mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Merge branch 'ondrej/cppcheck-suppressions-list' into 'master'
Use util/suppressions.txt for Cppcheck suppressions list See merge request isc-projects/bind9!2437
This commit is contained in:
@@ -235,7 +235,9 @@ stages:
|
||||
-j ${TEST_PARALLEL_JOBS:-1} \
|
||||
--xml \
|
||||
--output-file=cppcheck.results \
|
||||
--inline-suppr
|
||||
--relative-paths="$CI_PROJECT_DIR" \
|
||||
--inline-suppr \
|
||||
--suppressions-list=util/suppressions.txt
|
||||
|
||||
.cppcheck_report: &cppcheck_report_html |
|
||||
cppcheck-htmlreport --title="BIND 9 ($CI_COMMIT_SHORT_SHA) Cppcheck Report" \
|
||||
|
2
util/suppressions.txt
Normal file
2
util/suppressions.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
unmatchedSuppression:*
|
||||
preprocessorErrorDirective:*
|
Reference in New Issue
Block a user