-
Improvement
-
Resolution: Unresolved
-
Minor
I've tried the nightly build (1.24-SNAPSHOT (private-5ed649ae-jenkins) )- and I have noticed one problem:
The help text indicate that cppcheck should generate output files with names in the form specifies the generated Cppcheck XML report files, such as '**/cppcheck-result-*.xml' (please note the dash after "result")
That suggestion is not compatible with the name mentioned lower in the same help text:
**/cppcheck-result.xml
(no dash)
I suggest using the same wildcard name in both lines.