mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
static-tests: disable cppcheck
cppcheck produces too many false positives to be useful. This is likely due to a configuration error (not all header files are included?) but until this is sorted out, disable the tool as it currently does more harm than good.
This commit is contained in:
parent
e8ac26dd67
commit
d9387fd82d
4
dist/tools/ci/static_tests.sh
vendored
4
dist/tools/ci/static_tests.sh
vendored
@ -116,7 +116,9 @@ DIFFFILTER="MR" ERROR_EXIT_CODE=0 run ./dist/tools/licenses/check.sh
|
||||
DIFFFILTER="AC" run ./dist/tools/licenses/check.sh
|
||||
run ./dist/tools/doccheck/check.sh
|
||||
run ./dist/tools/externc/check.sh
|
||||
run ./dist/tools/cppcheck/check.sh
|
||||
# broken configuration produces many false positives
|
||||
# TODO: fix config and re-enable
|
||||
# run ./dist/tools/cppcheck/check.sh
|
||||
run ./dist/tools/vera++/check.sh
|
||||
run ./dist/tools/coccinelle/check.sh
|
||||
run ./dist/tools/flake8/check.sh
|
||||
|
Loading…
Reference in New Issue
Block a user