Browse Source

add cppcheck examples

StalderT 7 years ago
parent
commit
082c1aa4f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/travis/travis_linux_script.sh

+ 1 - 1
tools/travis/travis_linux_script.sh

@@ -56,7 +56,7 @@ if [ $ANALYZE = "true" ]; then
             --suppress=duplicateBranch \
             --suppress=incorrectStringBooleanError \
             --suppress=invalidscanf --inline-suppr \
-            -I include src plugins 2> cppcheck.txt
+            -I include src plugins examples 2> cppcheck.txt
         if [ -s cppcheck.txt ]; then
             echo "====== CPPCHECK Static Analysis Errors ======"
             cat cppcheck.txt