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

[FEATURE] Adopt quoted-strings rule from yamllint for selected files [ssf] #179

Open
myii opened this issue Nov 21, 2019 · 3 comments
Open

Comments

@myii
Copy link
Member

myii commented Nov 21, 2019

Is your feature request related to a problem?

No.

Describe the solution you'd like

Use the quoted-strings rule, only for .travis.yml and .yamllint for the time being.

I've adopted this throughout the ssf-formula, since I ran into some YAML ambiguity errors. It would make things easier if these two files are managed here as well.

Actually, the changes are pretty much complete already in the files themselves, it's just a matter of adding the rules to the .yamllint file.

Describe alternatives you've considered

N/A.

Additional context

@aboe76
Copy link
Member

aboe76 commented Nov 21, 2019

@myii do you have an example of the output?

@myii
Copy link
Member Author

myii commented Nov 21, 2019

There won't be any difference to the output, all this is doing is ensuring that the YAML we're using in these two files is more robust (strings are always quoted).

@aboe76
Copy link
Member

aboe76 commented Nov 21, 2019

Ok I thought there would be output from the yamllint itself...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants