Skip to content
Snippets Groups Projects
Commit 7dafe7dd authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8968: hudson: added --inlin-suppr to cppcheck

parent 8d443c1c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ function run_code_analysis { ...@@ -14,7 +14,7 @@ function run_code_analysis {
# Check if cppcheck is installed on the system # Check if cppcheck is installed on the system
if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then
pushd src pushd src
cppcheck . --enable=all --xml 2> cppcheck-report.xml cppcheck . --enable=all --xml --inline-suppr 2> cppcheck-report.xml
popd popd
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment