Skip to content

Commit

Permalink
added bugprone-reserved-identifier to exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
vimauro committed Aug 30, 2023
1 parent 89bc688 commit eea6134
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 @@ -14,13 +14,15 @@
# - readability-named-parameter
# - readability-use-anyofallof
# - clang-analyzer-optin.cplusplus.VirtualCall
# - bugprone-reserved-identifier
# The others are a bit more subjective and not really worth doing anything about.
Checks: >
-*,
bugprone-*,
-bugprone-branch-clone,
-bugprone-narrowing-conversions,
-bugprone-exception-escape,
-bugprone-reserved-identifier,
cert-*,
-cert-err58-cpp,
clang-analyzer-*,
Expand Down

0 comments on commit eea6134

Please sign in to comment.