diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-01 09:42:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-01 09:42:09 -0400 |
commit | f767bee8ff13390df1677dc843eb2e4a7c404d9c (patch) | |
tree | 6214272fd7cd891594cbf240ef719dac95c93da5 | |
parent | e08bb4f196c32c2c7db6524627cc3663c6a83adf (diff) | |
download | kutter-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>
-rwxr-xr-x | scripts/travis-build.sh | 2 |
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'" |