aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/travis-build.sh
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-01 10:52:30 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-01 10:52:30 -0400
commitbae094eac30fd212850cfe9015aa19455c054b12 (patch)
treeb0f33271665900d60d2f698b85a73a151914c343 /scripts/travis-build.sh
parent58b77e783f36584a74b3bcce58d26886771442d4 (diff)
downloadkutter-bae094eac30fd212850cfe9015aa19455c054b12.tar.gz
kutter-bae094eac30fd212850cfe9015aa19455c054b12.tar.xz
kutter-bae094eac30fd212850cfe9015aa19455c054b12.zip
test: Expand whitespace checks to test files and test compile configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/travis-build.sh')
-rwxr-xr-xscripts/travis-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index 039464ea..4c4a185b 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -22,6 +22,7 @@ WS_DIRS="config/ docs/ klippy/ scripts/ src/ test/"
WS_EXCLUDE="-path scripts/kconfig -prune"
WS_FILES="-o -iname '*.[csh]' -o -name '*.py' -o -name '*.sh'"
WS_FILES="$WS_FILES -o -name '*.md' -o -name '*.cfg'"
+WS_FILES="$WS_FILES -o -name '*.test' -o -name '*.config'"
WS_FILES="$WS_FILES -o -iname '*.lds' -o -iname 'Makefile' -o -iname 'Kconfig'"
eval find $WS_DIRS $WS_EXCLUDE $WS_FILES | xargs ./scripts/check_whitespace.py
echo "travis_fold:end:check_whitespace"