We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yamllint
Here's the hyphens rule in yamllint: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.hyphens
hyphens
the following code snippet would fail:
/path/to/file1: file.managed: - contents: This is line 1
/path/to/file1: file.managed: -contents: This is line 1
the following code snippet would pass:
The text was updated successfully, but these errors were encountered:
@roaldnefs I can work on this
Sorry, something went wrong.
@roaldnefs there was a dedicated pull request to covert that but it was closed? Are you interested in this feature request?
Closing this issue in favour of #240.
No branches or pull requests
Here's the
hyphens
rule in yamllint: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.hyphensthe following code snippet would fail:
the following code snippet would fail:
the following code snippet would pass:
The text was updated successfully, but these errors were encountered: