Skip to content

Commit 9f4d8d9

Browse files
committed
Add winwebdiff.cppcheck
1 parent 9494229 commit 9f4d8d9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Dist/
77
*.bak
88
*.aps
99
*.*~
10+
winwebdiff-cppcheck-build-dir/

Diff for: winwebdiff.cppcheck

+14
Original file line numberDiff line numberDiff line change
@@ -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>
7+
<check-headers>true</check-headers>
8+
<check-unused-templates>true</check-unused-templates>
9+
<max-ctu-depth>2</max-ctu-depth>
10+
<max-template-recursion>100</max-template-recursion>
11+
<vs-configurations>
12+
<config>Release</config>
13+
</vs-configurations>
14+
</project>

0 commit comments

Comments
 (0)