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 f0d12ca commit 0a2b63aCopy full SHA for 0a2b63a
.travis.yml
@@ -37,7 +37,7 @@ jobs:
37
script:
38
# Install and run `salt-lint`
39
- pip install --user salt-lint
40
- - git ls-files -- *.sls *.jinja *.j2 *.tmpl *.tst
+ - git ls-files -- '*.sls' '*.jinja' '*.j2' '*.tmpl' '*.tst'
41
| xargs salt-lint
42
# Install and run `yamllint`
43
# Need at least `v1.17.0` for the `yaml-files` setting
@@ -48,7 +48,7 @@ jobs:
48
- rubocop -d
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