Skip to content

Commit

Permalink
Switch off performance-enum-size clang-tidy check for now.
Browse files Browse the repository at this point in the history
It warns on every enum if it is smaller than fitting into a uint32_t
to use a smaller type. While it might be an interesting exercise at
some point to look at these, right now, this is a somewhat noisy
check.
  • Loading branch information
hzeller committed Dec 24, 2024
1 parent 8603ef1 commit dfe35cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Checks: >
-google-runtime-references,
-google-explicit-constructor,
performance-*,
-performance-enum-size,
bugprone-*,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
Expand Down

0 comments on commit dfe35cd

Please sign in to comment.