Skip to content

Commit

Permalink
Add winwebdiff.cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Apr 25, 2022
1 parent 9494229 commit 9f4d8d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Dist/
*.bak
*.aps
*.*~
winwebdiff-cppcheck-build-dir/
14 changes: 14 additions & 0 deletions winwebdiff.cppcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>winwebdiff-cppcheck-build-dir</builddir>
<platform>Unspecified</platform>
<importproject>WinWebDiff.vs2022.sln</importproject>
<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>
<vs-configurations>
<config>Release</config>
</vs-configurations>
</project>

0 comments on commit 9f4d8d9

Please sign in to comment.