-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature Request: Add rule for colons similar to yamllint
#92
Comments
I don't think we can just blindly assume there should always be a space after a colon though. It could appear in the Example:
|
@jbouter Sure, not after every colon! That's where the linter needs to do it's job to identify the specific places. |
It would be very good if we could include all yamllint rules - not only colons. |
Proposed test cases:
I will drop pull request this week. |
Closing this issue in favour of #240. |
Taking this example from the
epel-formula
:'common':{
map.jinja
, something similar could appear in an.sls
file.Here's the
colons
rule inyamllint
:While it may be too much to implement the whole rule, even just enforcing (at least) one space after colons should be sufficient.
The text was updated successfully, but these errors were encountered: