aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/travis-build.sh
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-01 09:42:09 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-01 09:42:09 -0400
commitf767bee8ff13390df1677dc843eb2e4a7c404d9c (patch)
tree6214272fd7cd891594cbf240ef719dac95c93da5 /scripts/travis-build.sh
parente08bb4f196c32c2c7db6524627cc3663c6a83adf (diff)
downloadkutter-f767bee8ff13390df1677dc843eb2e4a7c404d9c.tar.gz
kutter-f767bee8ff13390df1677dc843eb2e4a7c404d9c.tar.xz
kutter-f767bee8ff13390df1677dc843eb2e4a7c404d9c.zip
test: Expand whitespace checks to docs/ and test/ directories
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/travis-build.sh')
-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 1d510453..68c2e8a6 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -18,7 +18,7 @@ PYTHON=${BUILD_DIR}/python-env/bin/python
echo "travis_fold:start:check_whitespace"
echo "=============== Check whitespace"
-WS_DIRS="src/ config/ klippy/ scripts/"
+WS_DIRS="config/ docs/ klippy/ scripts/ src/ test/"
WS_EXCLUDE="-path src/lib -prune -o -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'"