In 1.87 --project was added to CLI to import GUI projects which is great!
However while paths to be analyzed and includes (<paths> and <includedir> in GUI project config) works fine it seems that excludes and suppressions are not imported. I have to explicitly state these using -i and --suppress commands. Anyone else experiencing the same problem? Could not find a trac ticket for this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In 1.87
--project
was added to CLI to import GUI projects which is great!However while paths to be analyzed and includes (
<paths>
and<includedir>
in GUI project config) works fine it seems that excludes and suppressions are not imported. I have to explicitly state these using-i
and--suppress
commands. Anyone else experiencing the same problem? Could not find a trac ticket for this.ouch .. I guess I missed those. I created ticket https://trac.cppcheck.net/ticket/9087