mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #8968: hudson: added --inlin-suppr to cppcheck
This commit is contained in:
@ -14,7 +14,7 @@ function run_code_analysis {
|
||||
# Check if cppcheck is installed on the system
|
||||
if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then
|
||||
pushd src
|
||||
cppcheck . --enable=all --xml 2> cppcheck-report.xml
|
||||
cppcheck . --enable=all --xml --inline-suppr 2> cppcheck-report.xml
|
||||
popd
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user