Fix scripts

This commit is contained in:
zapashcanon
2017-06-26 19:52:39 +02:00
parent d8dc29e675
commit e90bc630fa
2 changed files with 19 additions and 30 deletions

View File

@@ -4,6 +4,9 @@ set -e
if [ "$TYPE" = 'style' ]; then
# SC2185 is disabled because of: https://github.com/koalaman/shellcheck/issues/942
# once it's fixed, it should be enabled again
# shellcheck disable=SC2185
# shellcheck disable=SC2046
shellcheck $(find -O3 "$TRAVIS_BUILD_DIR/.travis/" "$TRAVIS_BUILD_DIR/cmake/" -type f -name '*.sh' -o -name "*.sh.in")