Skip to content

Commit

Permalink
Disable slow checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Dec 30, 2023
1 parent cac953c commit a5c21c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Checks: >
-modernize-macro-to-enum,
-modernize-redundant-void-arg,
-modernize-use-nodiscard,
-modernize-use-std-numbers,
-modernize-use-trailing-return-type,
-modernize-use-using,
-performance-enum-size,
Expand All @@ -47,6 +48,8 @@ Checks: >
# -readability-else-after-return,
# -readability-named-parameter,
# -readability-simplify-boolean-expr,
# -bugprone-reserved-identifier,
# -misc-const-correctness,

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
Expand Down
6 changes: 5 additions & 1 deletion Notepad2.cppcheck
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<project version="1">
<platform>win64</platform>
<importproject>build/VS2017/Notepad2.sln</importproject>
<analyze-all-vs-configs>true</analyze-all-vs-configs>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>false</check-unused-templates>
<max-ctu-depth>10</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<vs-configurations>
<config>Release</config>
</vs-configurations>
<libraries>
<library>windows</library>
</libraries>
Expand Down

0 comments on commit a5c21c8

Please sign in to comment.