Skip to content
Snippets Groups Projects
Commit c4dc8108 authored by Mathis Kelm's avatar Mathis Kelm
Browse files

Merge branch 'feature/ci-temp-disable-cppcheck' into 'master'

[ci] Temporarily disable cppcheck

See merge request !3730
parents c0c9cefe a0f69291
No related branches found
No related tags found
1 merge request!3730[ci] Temporarily disable cppcheck
Pipeline #38929 passed
...@@ -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