saltstack-formulas / postfix-formula

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

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

Closed myii closed 5 years ago

myii commented 5 years ago
postfix-formula$ yamllint -s .
./pillar.example
  92:15     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 4 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: