aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index 68c2e8a6..2238bc54 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -19,7 +19,7 @@ PYTHON=${BUILD_DIR}/python-env/bin/python
echo "travis_fold:start:check_whitespace"
echo "=============== Check whitespace"
WS_DIRS="config/ docs/ klippy/ scripts/ src/ test/"
-WS_EXCLUDE="-path src/lib -prune -o -path scripts/kconfig -prune"
+WS_EXCLUDE="-path scripts/kconfig -prune"
WS_FILES="-o -name '*.[csh]' -o -name '*.py' -o -name '*.sh'"
WS_FILES="$WS_FILES -o -name '*.md' -o -name '*.cfg'"
WS_FILES="$WS_FILES -o -iname 'Makefile' -o -iname 'Kconfig'"