saltstack-formulas / sudoers-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
41 stars 168 forks source link

feat(yamllint): include for this repo and apply rules throughout #56

Closed myii closed 5 years ago

myii commented 5 years ago
sudoers-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  6:23      warning  truthy value should be one of [false, true]  (truthy)

test/salt/pillar/kitchen.sls
  3:1       warning  missing document start "---"  (document-start)
  7:1       error    too many blank lines (1 > 0)  (empty-lines)

test/salt/pillar/default.sls
  1:1       warning  missing document start "---"  (document-start)
  3:23      warning  truthy value should be one of [false, true]  (truthy)

Refer back to: https://github.com/saltstack-formulas/template-formula/pull/159#issue-305203039.

saltstack-formulas-travis commented 5 years ago

:tada: This PR is included in version 0.22.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: