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-Free
Commits
8279c631
Commit
8279c631
authored
Feb 07, 2019
by
Jan Möbius
Browse files
Reduced number of allowed static analysis warnings. [skipci]
parent
16db5605
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-cppcheck.sh
View file @
8279c631
...
...
@@ -3,9 +3,6 @@
# Exit script on any error
set
-e
#remove artifacts ... they are copied even since they shouldnt be see https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1917
rm
-rf
artifacts
#=====================================
# Color Settings:
#=====================================
...
...
@@ -62,7 +59,7 @@ echo "CPPCHECK Summary"
echo
"=============================================================================="
echo
-e
"
${
NC
}
"
MAX_ERROR
=
9
0
MAX_ERROR
=
8
0
if
[
$COUNT
-gt
$MAX_ERROR
]
;
then
echo
-e
${
WARNING
}
...
...
Write
Preview
Supports
Markdown
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