We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.cppcheck
1 parent c9b5a3c commit 00da9e3Copy full SHA for 00da9e3
2 files changed
cppcheck.cppcheck
@@ -18,5 +18,9 @@
18
</paths>
19
<exclude>
20
<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/"/>
25
</exclude>
26
</project>
gui/gui.cppcheck
@@ -11,4 +11,7 @@
11
<ignore>
12
<path name="temp/"/>
13
</ignore>
14
+ <exclude>
15
+ <path name="test/data"/>
16
+ </exclude>
17
0 commit comments