Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
c8166b8a
Commit
c8166b8a
authored
Sep 09, 2021
by
David Fairbrother
Browse files
Update expected CppCheck count
Following various fixes from cppcheck
parent
c04f3dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildconfig/Jenkins/cppcheck.sh
View file @
c8166b8a
...
...
@@ -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
=
1
20
4
ALLOWED_ERRORS_COUNT
=
1
17
4
if
[[
${
JOB_NAME
}
==
*
pull_requests
*
]]
;
then
# This relies on the fact pull requests use pull/$PR-NAME
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment