Skip to content

Commit 7f77f09

Browse files
committed
exclude some subfolders from .cppcheck projects
1 parent 55bb66b commit 7f77f09

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

cppcheck.cppcheck

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
</paths>
1919
<exclude>
2020
<path name="gui/temp/"/>
21+
<path name="gui/test/data"/>
22+
<path name="test/cfg/"/>
23+
<path name="test/cli/"/>
24+
<path name="test/tools/"/>
2125
</exclude>
2226
</project>

gui/gui.cppcheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
<ignore>
1212
<path name="temp/"/>
1313
</ignore>
14+
<exclude>
15+
<path name="test/data"/>
16+
</exclude>
1417
</project>

0 commit comments

Comments
 (0)