Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Stöneberg 1d3955bd92
renamed some files in the `test` folder (#4705) 2023-01-27 08:18:32 +01:00
Daniel Marjamäki 17388c33aa Add cppcheck.cppcheck build dir 2018-02-23 22:16:49 +01:00
Edoardo Prezioso 4d888d8a34 Fixed: some gui/temp headers reported missing includes from gui/ folder. 2011-11-01 01:07:28 +01:00
Kimmo Varis 4998c913da GUI: Rename Ignore-feature to Exclude-feature.
Exclude is the correct term to use when removing paths from the
list of checked items. Ignore as a term was a poor choise to begin
with. XML file reading still recognizes and reads  the 'ignore'
element but writes 'exclude' element.

Ticket: #2995 (GUI: Rename ignore-feature to exclude-feature)
2011-08-23 20:44:04 +03:00
Kimmo Varis a961c7e9fb 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.
2011-08-12 14:35:04 +03:00
Kimmo Varis 1deb4e890f Skip checking gui/temp when using project file.
gui/temp directory contains code files generated by qmake so those
files are not interesting to check.
2011-03-05 13:18:08 +02:00
Robert Reif 52fea0f245 Ticket #2522 (update project files to fix missing include messages) 2011-01-31 22:18:16 +02:00
Kimmo Varis b05fd63d4f GUI: Add project file for Cppcheck. 2010-08-22 02:24:09 +03:00