-
Notifications
You must be signed in to change notification settings - Fork 0
/
kommpot.cppcheck
31 lines (31 loc) · 1 KB
/
kommpot.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>kommpot-cppcheck-build-dir</builddir>
<platform>native</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>
<includedir>
<dir name="libkommpot/include/"/>
<dir name="third-party/spdlog/include/spdlog/"/>
<dir name="third-party/libusb-cmake/libusb/libusb/"/>
<dir name="third-party/libftdi/src/"/>
</includedir>
<paths>
<dir name="libkommpot"/>
<dir name="libkommpot-test-app"/>
</paths>
<suppressions>
<suppression>missingIncludeSystem</suppression>
</suppressions>
<safe-checks>
<class-public/>
</safe-checks>
<addons>
<addon>threadsafety</addon>
<addon>y2038</addon>
<addon>misra</addon>
</addons>
</project>