-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: cppcheck-plugin
-
None
I've got a multi-configuration job which compiles on both Linux and Solaris. The cppcheck binary I use is compiled for Solaris and not Linux, so in the job configuration I only generate the cppcheck XML if the build is being run on Solaris.
I want to publish out the cppcheck results, but this always causes the Linux build to fail as it hasn't generated the XML file.
Is it possible to add a setting that ignores the file not existing? There's already something similar for when the file is blank...