Skip to content

Commit

Permalink
chore: update clang-tidy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Aug 13, 2023
1 parent b5aece6 commit c24d7d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Checks: >
*,
-llvmlibc-*,
-google-runtime-int,
-hicpp-use-auto,
-modernize-use-trailing-return-type,
-modernize-use-auto,
-readability-implicit-bool-conversion,
-readability-braces-around-statements,
-hicpp-use-auto,
-hicpp-braces-around-statements,
-fuchsia-default-arguments-calls,
-google-runtime-int,
-google-readability-braces-around-statements,
-cppcoreguidelines-init-variables,
-cppcoreguidelines-pro-type-reinterpret-cast,
Expand Down

0 comments on commit c24d7d5

Please sign in to comment.