Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make yamllint rule compatible with prettier #1104

Merged
merged 1 commit into from Jul 19, 2022

Commits on Jul 19, 2022

  1. Make yamllint rule compatible with prettier

    Adapts yamllint config to not require two char indentation for
    inline comments as that is in conflict with prettier formatting.
    
    Ansible-lint also does the same override for compatibility issues,
    especially as many users use format-on-save.
    
    Reference: https://github.com/ansible/ansible-lint/blob/679ffc04c8ab84ee417cf6eec10868b06fc246eb/src/ansiblelint/yaml_utils.py#L52-L54
    ssbarnea committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e1697c2 View commit details
    Browse the repository at this point in the history