Skip to content

Commit a961c7e

Browse files
committed
GUI: Exclude test file from project file.
The 'test/test.cxx' is a test file that contains some errors for testing purposes. Exclude it from the GUI-project file used to check Cppcheck sources so people don't report errors from it.
1 parent b7f963f commit a961c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cppcheck.cppcheck

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
</paths>
1616
<ignore>
1717
<path name="gui/temp/"/>
18+
<path name="test/test.cxx"/>
1819
</ignore>
1920
</project>

0 commit comments

Comments
 (0)