Skip to content

Commit

Permalink
adding --xml-version=2 to cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Spiess-Knafl committed Mar 11, 2015
1 parent 1248340 commit b342d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gcovr -x -r .. > ../reports/coverage.xml
gcovr -r .. --html --html-details -o ../reports/coverage.html

echo "Generating cppcheck report"
cppcheck --enable=all --xml ../src 2> ../reports/cppcheck.xml
cppcheck --enable=all --xml ../src --xml-version=2 2> ../reports/cppcheck.xml

cd ..
echo "Cleanup that mess"
Expand Down

0 comments on commit b342d6e

Please sign in to comment.