Skip to content

Commit

Permalink
Fix clang-tidy config error that disabled almost all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaddy committed Sep 13, 2023
1 parent 705f26f commit cca7d90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Checks: "*,
google-readability-avoid-underscore-in-googletest-name,
google-upgrade-googletest-case,
-*,
readability-braces-around-statements,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-narrowing-conversions,
-cert-env33-c,
Expand Down

0 comments on commit cca7d90

Please sign in to comment.