-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathbearparser.cppcheck
More file actions
24 lines (24 loc) · 854 Bytes
/
bearparser.cppcheck
File metadata and controls
24 lines (24 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>build/cppcheck</builddir>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>10</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<paths>
<dir name="commander"/>
<dir name="parser"/>
</paths>
<libraries>
<library>posix</library>
<library>qt</library>
<library>windows</library>
</libraries>
<suppressions>
<suppression>noExplicitConstructor</suppression>
<suppression>useStlAlgorithm</suppression>
<suppression>cstyleCast</suppression>
<suppression>constVariablePointer</suppression>
</suppressions>
</project>