Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1fd36eab authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Merge branch 'develop' of gitlab.inria.fr:solverstack/ScalFMM into develop

parents 68fa1341 e9628ac2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -23,7 +23,7 @@ export SOURCES_TO_ANALYZE="Src Examples"
# run cppcheck analysis
# commented for now because too long
cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem -ISrc -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
#cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem -ISrc -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
# run rats analysis
rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment