-
Notifications
You must be signed in to change notification settings - Fork 11
/
Marlin.cppcheck
31 lines (31 loc) · 1.04 KB
/
Marlin.cppcheck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>Marlin-cppcheck-build-dir</builddir>
<platform>win64</platform>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<paths>
<dir name="Marlin"/>
<dir name="MarlinModule"/>
<dir name="MarlinClient"/>
<dir name="MarlinServer"/>
<dir name="HTTPManager"/>
<dir name="ServerApplet"/>
</paths>
<exclude>
<path name="C:/Develop/Marlin/Marlin/ThreadPoolED.cpp"/>
<path name="C:/Develop/Marlin/Marlin/ThreadPoolED.h"/>
</exclude>
<libraries>
<library>mfc</library>
<library>microsoft_atl</library>
<library>windows</library>
</libraries>
<suppressions>
<suppression>unusedFunction</suppression>
<suppression>useStlAlgorithm</suppression>
</suppressions>
</project>