Skip to content

Commit

Permalink
Disable a couple of clang-tidy checks
Browse files Browse the repository at this point in the history
These are very noisy and not particularly helpful.
  • Loading branch information
glebm authored and AJenbo committed Oct 17, 2023
1 parent ddc3a9e commit 3ac2f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Checks: >
performance-*,
portability-*,
readability-*,
-readability-identifier-length,
-bugprone-easily-swappable-parameters,
-readability-magic-numbers,
-misc-non-private-member-variables-in-classes,
-modernize-avoid-c-arrays,
Expand Down

0 comments on commit 3ac2f05

Please sign in to comment.