Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #30 from Jakuje/patch-2
Browse files Browse the repository at this point in the history
Reference yamllint.yml in correct repository
  • Loading branch information
greg-hellings authored Sep 14, 2020
2 parents 44ea79d + 0a1503e commit f25766d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,10 @@ exists for each provider supported, or use an explicit, absolute path using
specified as a list, but beware of bare variables in `when:`.
* All roles need to, minimally, pass a basic ansible-playbook syntax check run
* All task arguments should be spelled out in YAML style and not use `key=value` type of arguments
* All YAML files need to pass standard yamllint syntax with the modifications listed in tests/yamllint.yml
in the meta\_skeleton role. These modifications are minimal: document starter characters (the initial
* All YAML files need to pass standard yamllint syntax with the modifications listed in
[yamllint.yml](https://github.com/oasis-roles/meta_test/blob/master/yamllint.yml) in the
[meta\_test](https://github.com/oasis-roles/meta_test) role. These modifications are minimal:
document starter characters (the initial
`---` string at the top of a file) should not be used, and it is not necessary to start every comment
with a space. Most comments should start with a space, but no space is allowed when a comment is
documenting an optional variable with its default value.
Expand Down

0 comments on commit f25766d

Please sign in to comment.