Skip to content

Commit

Permalink
[2.19] Added cppcheck results
Browse files Browse the repository at this point in the history
  • Loading branch information
llDev-Rootll committed Dec 7, 2021
1 parent 5db6d56 commit f3408b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions results/cppcheck_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Checking include/LawnMower.h ...
1/6 files checked 12% done
Checking include/NavigationUtils.h ...
2/6 files checked 36% done
Checking src/LawnMower.cpp ...
3/6 files checked 56% done
Checking src/NavigationUtils.cpp ...
4/6 files checked 81% done
Checking test/NavigationUtilsTest.cpp ...
5/6 files checked 91% done
Checking test/main.cpp ...
6/6 files checked 100% done
2 changes: 1 addition & 1 deletion run_cppcheck.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cppcheck --language=c++ --std=c++11 -I include/ --suppress=missingIncludeSystem $( find . -name \*.h -or -name \*.cpp | grep -vE -e "^./build/" -e "^./vendor/") --output-file= results/cppcheck_test.txt
cppcheck --language=c++ --std=c++11 -I include/ --suppress=missingIncludeSystem $( find . -name \*.h -or -name \*.cpp | grep -vE -e "^./build/" -e "^./vendor/") > results/cppcheck_test.txt

0 comments on commit f3408b4

Please sign in to comment.