diff options
Diffstat (limited to 'tools/ci/jobs/cpplint.sh')
-rwxr-xr-x | tools/ci/jobs/cpplint.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/cpplint.sh b/tools/ci/jobs/cpplint.sh index e9e286f23..4e9eab3c2 100755 --- a/tools/ci/jobs/cpplint.sh +++ b/tools/ci/jobs/cpplint.sh @@ -41,7 +41,8 @@ find src -type f -name "*.cc" -exec $CHECKER {} \; 2>>${ERRFILE}2 grep ": " ${ERRFILE}2 | \ grep -v "src/debug/" | \ -grep -v "test/doctest.h" | \ +grep -v "test/unittests/doctest.h" | \ +grep -v "test/unittests/catch.hpp" | \ grep -v "debug/fast_mutex" | \ grep -v "sdl2gfx/SDL2" \ >${ERRFILE} |