Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
e9628ac2
Commit
e9628ac2
authored
Feb 26, 2018
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the cppcheck call due to timeout on VM
parent
d98c38b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Utils/scripts/analysis.sh
Utils/scripts/analysis.sh
+1
-1
No files found.
Utils/scripts/analysis.sh
View file @
e9628ac2
...
@@ -23,7 +23,7 @@ export SOURCES_TO_ANALYZE="Src Examples"
...
@@ -23,7 +23,7 @@ export SOURCES_TO_ANALYZE="Src Examples"
# run cppcheck analysis
# run cppcheck analysis
# commented for now because too long
# 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
# run rats analysis
rats
-w
3
--xml
${
SOURCES_TO_ANALYZE
}
>
scalfmm-rats.xml
rats
-w
3
--xml
${
SOURCES_TO_ANALYZE
}
>
scalfmm-rats.xml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment