「view this page in B3 βῆτα server」

Revisions №57886

branch: master 「№57886」
Commited by: Rocco Moretti
GitHub commit link: 「1e6a21dba99d1ffd」 「№486」
Difference from previous tested commit:  code diff
Commit date: 2015-06-01 12:14:20

Merge pull request #486 from RosettaCommons/roccomoretti/cppcheck Add cppcheck test to benchmarking server framework This test (build.cppcheck) will allow us to run the cppcheck code quality analyzer over Rosetta code and assemble the results. On the test server it takes about 0.75 hrs to run (parallelized), but should be faster if source files haven't been modified from the last run. There are currently about 1700 things that cppcheck is flagging in Rosetta code. I tried to pick settings which were comprehensive but didn't seem nit-picky. If we disagree about particular things cppcheck is complaining about, there are various ways to make it less critical. The intent is to turn this into an standard test, but we want to clean out most of the issues it's reporting first.

...