gicho / cppcheclipse

Automatically exported from code.google.com/p/cppcheclipse
0 stars 0 forks source link

Add suppressions for entire directories #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a project in which I inherited some code. I would like not to run all of 
the tests I usually run on the code I write myself. Given all these a files are 
under the same directory, it would be nice if I could simply add a suppression 
rule on this directory, instead of going through the hassle of manually 
configuring the suppressions for each file separately.

Original issue reported on code.google.com by tristan....@gmail.com on 10 May 2013 at 3:24

GoogleCodeExporter commented 8 years ago
Since this is not supported by cppcheck natively, rather cppcheclipse would 
need to take care of that and just not transmit the filenames of all files to 
cppcheck to exclude those from being checked. See also Issue 57.

Original comment by konra...@gmx.de on 26 Dec 2013 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by konra...@gmx.de on 2 Jan 2014 at 7:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r302.

Original comment by konra...@gmx.de on 2 Jan 2014 at 10:58