Skip to content

Commit

Permalink
Suppress a couple of clang-tidy diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
i-ky committed Mar 5, 2023
1 parent cb6bd08 commit d7a2532
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 @@ -5,5 +5,7 @@ Checks: |-
-cppcoreguidelines-init-variables,
-cppcoreguidelines-pro-type-union-access,
-fuchsia-default-arguments-calls,
-fuchsia-multiple-inheritance,
-fuchsia-overloaded-operator,
-hicpp-signed-bitwise,
-modernize-use-trailing-return-type

0 comments on commit d7a2532

Please sign in to comment.