Skip to content

Commit

Permalink
.clang-tidy: disabled performance-enum-size clang-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 11, 2023
1 parent 54bec19 commit 9d20a50
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 @@ -48,6 +48,7 @@ Checks: >
-readability-simplify-boolean-expr,
-readability-uppercase-literal-suffix,
-performance-avoid-endl,
-performance-enum-size,
-performance-inefficient-string-concatenation,
-performance-move-constructor-init,
-performance-no-automatic-move,
Expand Down

0 comments on commit 9d20a50

Please sign in to comment.