Skip to content

Commit

Permalink
dist: ci: removed obsolete TODO regarding cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm authored and miri64 committed Apr 19, 2017
1 parent 51a6805 commit 88638de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dist/tools/ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88638de

Please sign in to comment.