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 Feb 15, 2024
1 parent 4a1798a commit ff1cc12
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-no-automatic-move,
-performance-noexcept-move-constructor
Expand Down

0 comments on commit ff1cc12

Please sign in to comment.