We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
salt-lint
1 parent b13ec85 commit e586fbeCopy full SHA for e586fbe
.travis.yml
@@ -37,7 +37,7 @@ jobs:
37
# Install and run `salt-lint`
38
- pip install --user salt-lint
39
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
40
- | xargs -I {} salt-lint {}
+ | xargs salt-lint
41
# Install and run `yamllint`
42
# Need at least `v1.17.0` for the `yaml-files` setting
43
- pip install --user yamllint>=1.17.0
0 commit comments