Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Code format check: Just generate warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOberhumer committed Sep 3, 2018
1 parent 5a989ca commit 82b5992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" = linux ]; then
echo "Checking format of sourcecode..."
find . -type f -name '*.cpp' -print0 -name '*.h' -print0 | xargs -r0 ./scripts/check_code_format.py --all
find . -type f -name '*.cpp' -print0 -name '*.h' -print0 | xargs -r0 ./scripts/check_code_format.py --all --warn
fi
- |
if [ "$TRAVIS_OS_NAME" = linux ]; then
Expand Down

0 comments on commit 82b5992

Please sign in to comment.