Not currently.. I assume you want to have this to only get the warnings from your addons?
I don't really understand. Unless you use --enable, Cppcheck will only report critical errors. syntax errors, undefined behavior.. do you have those kinds of errors in your code and you want to suppress that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Howdy,
I know we can exclude certain scan IDs, but is it possible to scan only for a specific test ID?
Thanks!
Not currently.. I assume you want to have this to only get the warnings from your addons?
I don't really understand. Unless you use
--enable
, Cppcheck will only report critical errors. syntax errors, undefined behavior.. do you have those kinds of errors in your code and you want to suppress that?Correct, for the time being. I wanted to start with a targeted approach. Like only scan for "uninitvar", and then move onto another.