added cppcheck
This commit is contained in:
+1
-2
@@ -3,11 +3,10 @@
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
rover-cppcheck-build-dir
|
||||
|
||||
doc/Doxygen/html*
|
||||
doc/Doxygen/generated*
|
||||
|
||||
|
||||
|
||||
workspace.code-workspace
|
||||
projektarbeit.code-workspace
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="1">
|
||||
<builddir>rover-cppcheck-build-dir</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>2</max-ctu-depth>
|
||||
<max-template-recursion>100</max-template-recursion>
|
||||
<paths>
|
||||
<dir name="src"/>
|
||||
<dir name="lib"/>
|
||||
<dir name="include"/>
|
||||
<dir name=".pio/libdeps/embedded/Menu"/>
|
||||
</paths>
|
||||
<project-name>rover</project-name>
|
||||
</project>
|
||||
Reference in New Issue
Block a user