Skip to content

Yamllint + ansible-lint #97

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

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Yamllint + ansible-lint #97

merged 2 commits into from
Jun 19, 2023

Conversation

roumano
Copy link
Contributor

@roumano roumano commented Jun 19, 2023

Make some minor change recommande by :

  • yamllint :
    • truthy value should be one of [false, true] (truthy)
    • missing starting space in comment (comments)
    • comment not indented like content (comments-indentation)
    • trailing spaces (trailing-spaces)
  • ansible-lint :
    • All tasks should be named.
    • Use FQCN for builtin actions.

Christian Iuga added 2 commits June 19, 2023 09:51
Correct these warning/errors:
- truthy value should be one of [false, true]  (truthy)
- missing starting space in comment  (comments)
- comment not indented like content  (comments-indentation)
- trailing spaces  (trailing-spaces)
Fix these warning/error:
- All tasks should be named.
- Use FQCN for builtin actions.
@roumano roumano requested a review from a team as a code owner June 19, 2023 09:31
@markgoddard markgoddard merged commit 548c27e into stackhpc:master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants