Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
7d51988e
Commit
7d51988e
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Lower allowed cppcheck error count
parent
94345f93
Changes
1
Show whitespace changes
Inline
Side-by-side
CI/ci-cppcheck.sh
View file @
7d51988e
...
@@ -59,7 +59,7 @@ echo "CPPCHECK Summary"
...
@@ -59,7 +59,7 @@ echo "CPPCHECK Summary"
echo
"=============================================================================="
echo
"=============================================================================="
echo
-e
"
${
NC
}
"
echo
-e
"
${
NC
}
"
MAX_ERROR
=
3
64
MAX_ERROR
=
3
32
if
[
$COUNT
-gt
$MAX_ERROR
]
;
then
if
[
$COUNT
-gt
$MAX_ERROR
]
;
then
echo
-e
${
WARNING
}
echo
-e
${
WARNING
}
...
...
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