Skip to content

Commit

Permalink
excluded cplusplus.VirtualCall
Browse files Browse the repository at this point in the history
  • Loading branch information
vimauro committed Aug 30, 2023
1 parent c76cc9f commit 89bc688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# - modernize-use-equals-default
# - readability-named-parameter
# - readability-use-anyofallof
# - clang-analyzer-optin.cplusplus.VirtualCall
# The others are a bit more subjective and not really worth doing anything about.
Checks: >
-*,
Expand All @@ -23,6 +24,7 @@ Checks: >
cert-*,
-cert-err58-cpp,
clang-analyzer-*,
-clang-analyzer-optin.cplusplus.VirtualCall,
concurrency-*,
misc-*,
-misc-non-private-member-variables-in-classes,
Expand Down

0 comments on commit 89bc688

Please sign in to comment.