saltstack-formulas / nginx-formula

Nginx Salt Formula
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
163 stars 419 forks source link

ci(yamllint): add rule `empty-values` & use new `yaml-files` setting #255

Closed myii closed 5 years ago

myii commented 5 years ago
nginx-formula$ yamllint -s .
./pillar.example
  146:56    error    empty value in block mapping  (empty-values)
  147:76    error    empty value in block mapping  (empty-values)
  148:59    error    empty value in block mapping  (empty-values)
  150:22    error    empty value in block mapping  (empty-values)
  151:39    error    empty value in block mapping  (empty-values)
  152:39    error    empty value in block mapping  (empty-values)
  153:39    error    empty value in block mapping  (empty-values)
myii commented 5 years ago

Need to fix before merging:

        yamllint:
          rules:
            empty-values:
              ignore:
                - pillar.example
myii commented 5 years ago

Fixed as shown in the updated first comment.

saltstack-formulas-travis commented 5 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: