mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist: ci: removed obsolete TODO regarding cppcheck
This commit is contained in:
parent
2cb16c5ff4
commit
76e884e346
5
dist/tools/ci/build_and_test.sh
vendored
5
dist/tools/ci/build_and_test.sh
vendored
@ -86,11 +86,6 @@ then
|
||||
run ./dist/tools/licenses/check.sh ${CI_BASE_BRANCH} --diff-filter=AC
|
||||
run ./dist/tools/doccheck/check.sh ${CI_BASE_BRANCH}
|
||||
run ./dist/tools/externc/check.sh ${CI_BASE_BRANCH}
|
||||
|
||||
# TODO:
|
||||
# Remove all but `${CI_BASE_BRANCH}` parameters to cppcheck (and remove second
|
||||
# invocation) once all warnings of cppcheck have been taken care of
|
||||
# in ${CI_BASE_BRANCH}.
|
||||
run ./dist/tools/cppcheck/check.sh ${CI_BASE_BRANCH}
|
||||
run ./dist/tools/pr_check/pr_check.sh ${CI_BASE_BRANCH}
|
||||
exit $RESULT
|
||||
|
Loading…
Reference in New Issue
Block a user