Skip to content

Commit

Permalink
.clang-tidy: disabled some warnings we are(currently) not interested in
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 20, 2023
1 parent 07792bb commit 2b3d191
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 @@ -20,6 +20,7 @@ Checks: >
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-bugprone-switch-missing-default-case,
-concurrency-mt-unsafe,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
Expand All @@ -46,6 +47,7 @@ Checks: >
-readability-magic-numbers,
-readability-simplify-boolean-expr,
-readability-uppercase-literal-suffix,
-performance-avoid-endl,
-performance-inefficient-string-concatenation,
-performance-move-constructor-init,
-performance-no-automatic-move,
Expand Down

0 comments on commit 2b3d191

Please sign in to comment.