added SC2034 (unused variables) to ignored list in CI

This commit is contained in:
Andrew Imeson 2017-10-03 22:00:28 -04:00
parent 733b611bd3
commit 9346da8150

View file

@ -11,7 +11,7 @@ addons:
- shellcheck - shellcheck
script: script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh' - bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'
matrix: matrix:
fast_finish: true fast_finish: true