added cppcheck

This commit is contained in:
2023-10-04 09:22:54 +02:00
parent 45264c6481
commit fd3155f49d
2 changed files with 17 additions and 2 deletions
+1 -2
View File
@@ -3,11 +3,10 @@
.vscode/c_cpp_properties.json .vscode/c_cpp_properties.json
.vscode/launch.json .vscode/launch.json
.vscode/ipch .vscode/ipch
rover-cppcheck-build-dir
doc/Doxygen/html* doc/Doxygen/html*
doc/Doxygen/generated* doc/Doxygen/generated*
workspace.code-workspace workspace.code-workspace
projektarbeit.code-workspace projektarbeit.code-workspace
+16
View File
@@ -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>