saltstack-formulas / dhcpd-formula

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

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

Closed myii closed 5 years ago

myii commented 5 years ago
dhcpd-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  1:1       warning  missing document start "---"  (document-start)
  4:7       error    wrong indentation: expected 8 but found 6  (indentation)
  4:15      warning  truthy value should be one of [false, true]  (truthy)
  52:28     warning  truthy value should be one of [false, true]  (truthy)
  137:21    error    wrong indentation: expected 22 but found 20  (indentation)
  141:21    error    wrong indentation: expected 22 but found 20  (indentation)
  144:89    error    line too long (101 > 88 characters)  (line-length)

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.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: