Skip to content

Commit

Permalink
Disable a few noisy clang-tidy diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
i-ky committed Oct 2, 2022
1 parent b3452fc commit 72c0f98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
Checks: |-
*
*,
-*-member-init,
-*-vararg,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-pro-type-union-access,
-hicpp-signed-bitwise,
-modernize-use-trailing-return-type

0 comments on commit 72c0f98

Please sign in to comment.