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

* Automated using https://github.com/myii/ssf-formula/pull/27
This commit is contained in:
Imran Iqbal
2019-09-10 05:51:19 +01:00
parent e0d0d63d79
commit 9fd2f1cdc4
2 changed files with 17 additions and 3 deletions
+3 -3
View File
@@ -56,9 +56,9 @@ jobs:
before_install: skip
script:
# Install and run `yamllint`
- pip install --user yamllint
# yamllint disable-line rule:line-length
- yamllint -s . .yamllint pillar.example test/salt/pillar/sysctl.sls
# Need at least `v1.17.0` for the `yaml-files` setting
- pip install --user yamllint>=1.17.0
- yamllint -s .
# Install and run `commitlint`
- npm install @commitlint/config-conventional -D
- npm install @commitlint/travis-cli -D