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.
2 parents e5c79ba + 4decfe6 commit c2b6c9dCopy full SHA for c2b6c9d
.travis.yml
@@ -1,5 +1,6 @@
1
language: shell
2
script:
3
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
4
+ - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error tools/*.{sh,ksh,bash}'
5
git:
6
submodules: false
0 commit comments