瀏覽代碼

add cppcheck examples

StalderT 7 年之前
父節點
當前提交
082c1aa4f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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