Skip to content
Snippets Groups Projects
Commit 77d8af49 authored by mvelosob's avatar mvelosob
Browse files

cppcheck: ignore test files

parent 0c80eb63
No related branches found
No related tags found
No related merge requests found
*:*test*
*:*Test*
\ No newline at end of file
......@@ -356,7 +356,7 @@ cppcheck:
name: neszt/cppcheck-docker
entrypoint: ["/usr/bin/env"]
script:
- cppcheck --xml --enable=warning,performance . 2> cppcheck_out.xml
- cppcheck --xml --enable=warning,performance --suppressions-list=.cppcheck-supressions.txt . 2> cppcheck_out.xml
artifacts:
expire_in: 2 days
paths:
......
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