We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git ls-files
1 parent 37c65de commit 88f9ff1Copy full SHA for 88f9ff1
.travis.yml
@@ -40,15 +40,15 @@ jobs:
40
script:
41
# Install and run `salt-lint`
42
- pip install --user salt-lint
43
- - git ls-files -- *.sls *.jinja *.j2 *.tmpl *.tst
+ - git ls-files -- '*.sls' '*.jinja' '*.j2' '*.tmpl' '*.tst'
44
| xargs salt-lint
45
# Install and run `yamllint`
46
# Need at least `v1.17.0` for the `yaml-files` setting
47
- pip install --user yamllint>=1.17.0
48
- yamllint -s .
49
# Run `shellcheck` (already pre-installed in Travis)
50
- shellcheck --version
51
- - git ls-files -- *.sh *.bash *.ksh
+ - git ls-files -- '*.sh' '*.bash' '*.ksh'
52
| xargs shellcheck
53
# Install and run `commitlint`
54
- npm i -D @commitlint/config-conventional
0 commit comments