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