Skip to content
Snippets Groups Projects
Commit a0f69291 authored by Timo Koch's avatar Timo Koch
Browse files

[ci] Temporarily disable cppcheck

The cppcheck setup needs to be fixed (too slow with 2.12).
This should be enabled again (possibly in different form)
when a suitable setup is found.
parent c0c9cefe
No related branches found
No related tags found
1 merge request!3730[ci] Temporarily disable cppcheck
Pipeline #38901 passed
+3
...@@ -101,18 +101,18 @@ linters: ...@@ -101,18 +101,18 @@ linters:
artifacts: true artifacts: true
cppcheck: #cppcheck:
stage: linting # stage: linting
script: # script:
- cppcheck --version # - cppcheck --version
- cppcheck -j8 --error-exitcode=1 --inline-suppr -iformat/fmt/ --enable=missingInclude --project=build-cmake/compile_commands.json --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/* # - cppcheck -j8 --error-exitcode=1 --inline-suppr -iformat/fmt/ --enable=missingInclude --project=build-cmake/compile_commands.json --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/*
- cppcheck -j8 --error-exitcode=1 --max-configs=1 --inline-suppr -iformat/fmt/ -I ${CI_PROJECT_DIR} --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/* test # - cppcheck -j8 --error-exitcode=1 --max-configs=1 --inline-suppr -iformat/fmt/ -I ${CI_PROJECT_DIR} --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/* test
- cppcheck -j8 --error-exitcode=1 --max-configs=1 --inline-suppr -iformat/fmt/ -I ${CI_PROJECT_DIR} --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/* examples # - cppcheck -j8 --error-exitcode=1 --max-configs=1 --inline-suppr -iformat/fmt/ -I ${CI_PROJECT_DIR} --suppress=*:*/dune/* --suppress=*:*/fmt/* --suppress=*:*/xml/* --suppress=*:*/json/* examples
needs: # needs:
- job: configure # - job: configure
artifacts: true # artifacts: true
rules: # rules:
- if: $DUMUX_ENABLE_CPPCHECK == "true" # - if: $DUMUX_ENABLE_CPPCHECK == "true"
reuse: reuse:
......
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