We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9494229 commit 9f4d8d9Copy full SHA for 9f4d8d9
.gitignore
@@ -7,3 +7,4 @@ Dist/
7
*.bak
8
*.aps
9
*.*~
10
+winwebdiff-cppcheck-build-dir/
winwebdiff.cppcheck
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="1">
3
+ <builddir>winwebdiff-cppcheck-build-dir</builddir>
4
+ <platform>Unspecified</platform>
5
+ <importproject>WinWebDiff.vs2022.sln</importproject>
6
+ <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>
11
+ <vs-configurations>
12
+ <config>Release</config>
13
+ </vs-configurations>
14
+</project>
0 commit comments