mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17282 from benpicco/cppcheck-disable
static-tests: disable cppcheck
This commit is contained in:
commit
7d4a2503c6
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