Mentions légales du service

Skip to content
Snippets Groups Projects
Commit baf36974 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

disable cppcheck, it is far too long

parent 27a600fa
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -32,7 +32,7 @@ test:
- scalfmm-build.log
- scalfmm.lcov
- scalfmm-coverage.xml
- scalfmm-cppcheck.xml
#- scalfmm-cppcheck.xml
- scalfmm-rats.xml
script:
- source ./Utils/scripts/analysis.sh
......
......@@ -18,7 +18,7 @@ export SOURCES_TO_ANALYZE="Build/Src/ScalFmmConfig.h Examples Src Tests UTests"
# run cppcheck analysis
# commented for now because too long
cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
#cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
# run rats analysis
rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml
......@@ -41,6 +41,6 @@ sonar.cxx.compiler.charset=UTF-8
sonar.cxx.compiler.regex=^(.*):(\\d+):\\d+: warning: (.*)\\[(.*)\\]$
sonar.cxx.compiler.reportPath=scalfmm-build.log
sonar.cxx.coverage.reportPath=scalfmm-coverage.xml
sonar.cxx.cppcheck.reportPath=scalfmm-cppcheck.xml
#sonar.cxx.cppcheck.reportPath=scalfmm-cppcheck.xml
sonar.cxx.rats.reportPath=scalfmm-rats.xml
EOF
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