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
Libraries
KPublicTransport
Commits
b2f4ffd3
Commit
b2f4ffd3
authored
Sep 29, 2021
by
Volker Krause
Browse files
Use the new cppcheck ignore list option
parent
89b48a76
Pipeline
#83571
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
b2f4ffd3
...
...
@@ -8,4 +8,6 @@ Dependencies:
Options
:
# exlucde large generated files from cppcheck, takes way to long to run
cppcheck-arguments
:
'
-i
src/lib/knowledgedb/linemetadata_data.cpp
-i
src/lib/knowledgedb/linemetadata.cpp
--enable=warning,style,performance'
cppcheck-ignore-files
:
-
'
src/lib/knowledgedb/linemetadata_data.cpp'
-
'
src/lib/knowledgedb/linemetadata.cpp'
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