saltstack-formulas / locale-formula

This formula installs and configures system locales.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
7 stars 12 forks source link

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

Closed myii closed 5 years ago

myii commented 5 years ago
locale-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./locale/defaults.yaml
  1:1       warning  missing document start "---"  (document-start)

pillar.example
  1:1       warning  missing document start "---"  (document-start)
  5:11      error    trailing spaces  (trailing-spaces)
  6:25      warning  too few spaces before comment  (comments)
  6:66      error    trailing spaces  (trailing-spaces)
  7:25      warning  comment not indented like content  (comments-indentation)
  7:69      error    trailing spaces  (trailing-spaces)

test/salt/pillar/default.sls
  1:1       warning  missing document start "---"  (document-start)

test/salt/pillar/fedora.sls
  1:1       warning  missing document start "---"  (document-start)

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

The release is available on GitHub release

Your semantic-release bot :package::rocket:

myii commented 5 years ago

Thanks to you both for all of the merges. I've actually got some more in the pipeline but I've been held up by situations as well as the mysql-formula -- it needs a bit more work than the others, because of Jinja use in the YAML files.