Bug: custom parameter «--suppress="*:header.h"» suppresses the entire output
Qt Creator Cppcheck integration plugin
Brought to you by:
onemoregres
Test project attached.
While running Cppcheck from command line in directory with sources, I get:
$ cppcheck --suppress="*:header.h" . Checking main.cpp... [main.cpp:6]: (error) Null pointer dereference
Adding «--suppress="*:header.h"» to the "Custom parameters" list suppresses all the output.
Hello!
--suppress=*:header.h
--suppress=*:*/header.h
or smth like this.Thank you, that works perfectly!
What do you think about an idea to have separate ignore lists for each of the projects?
I even started making it once (not only ignore list, but all settings), but then something distracted me and i switched to another project. So yeah, i'll make it sometime :)