Skip to content
Snippets Groups Projects
Commit ab6678fc authored by David Fairbrother's avatar David Fairbrother
Browse files

Bump cppcheck warning count for cppcheck 2.5

This bumps the warning count after upgrading to cppcheck 2.5 to the
current value, 1203
parent 3abe349e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ SCRIPT_DIR=$(dirname "$0")
# If errors slip through to master this can be used to set a non-zero
# allowed count while those errors are dealt with. This avoids breaking all
# builds for all developers
ALLOWED_ERRORS_COUNT=287
ALLOWED_ERRORS_COUNT=1203
if [[ ${JOB_NAME} == *pull_requests* ]]; then
# This relies on the fact pull requests use pull/$PR-NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment