Skip to content
Snippets Groups Projects
Commit ee612aa3 authored by Hamza Oukili's avatar Hamza Oukili Committed by Timo Koch
Browse files

[cppcheck] Suppress errors from dune and fmt

parent a6d6826c
No related branches found
No related tags found
1 merge request!3363[ci] Run cppcheck static code analysis
......@@ -92,8 +92,9 @@ codespell:
cppcheck:
stage: linting
script:
- cppcheck -j8 -f --error-exitcode=1 --inline-suppr --enable=missingInclude --project=build-cmake/compile_commands.json --suppress=*:*/dune/* --suppress=*:dumux/io/format/fmt/*
- cppcheck -j8 --error-exitcode=1 --inline-suppr -idumux/io/format/fmt/ --enable=missingInclude --project=build-cmake/compile_commands.json --suppress=*:*/dune/* --suppress=*:dumux/io/format/fmt/*
- cppcheck -j8 --error-exitcode=1 --inline-suppr -idumux/io/format/fmt/ --suppress=*:*/dune/* --suppress=*:dumux/io/format/fmt/* test
- cppcheck -j8 --error-exitcode=1 --inline-suppr -idumux/io/format/fmt/ --suppress=*:*/dune/* --suppress=*:dumux/io/format/fmt/* examples
needs:
- job: configure
artifacts: true
......
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