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.
1 parent 7450049 commit 328dfdbCopy full SHA for 328dfdb
.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}'
+ - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error aptpac'
4
+ - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/PKGBUILD'
5
git:
6
submodules: false
0 commit comments