Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 82b5992

Browse files
committedSep 3, 2018
Code format check: Just generate warnings.
1 parent 5a989ca commit 82b5992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727
- |
2828
if [ "$TRAVIS_OS_NAME" = linux ]; then
2929
echo "Checking format of sourcecode..."
30-
find . -type f -name '*.cpp' -print0 -name '*.h' -print0 | xargs -r0 ./scripts/check_code_format.py --all
30+
find . -type f -name '*.cpp' -print0 -name '*.h' -print0 | xargs -r0 ./scripts/check_code_format.py --all --warn
3131
fi
3232
- |
3333
if [ "$TRAVIS_OS_NAME" = linux ]; then

0 commit comments

Comments
 (0)
This repository has been archived.