Skip to content

Commit

Permalink
Merge pull request #332 from bcaddy/dev-clangTidyConfigPatch
Browse files Browse the repository at this point in the history
Fix clang-tidy config error that disabled almost all checks
  • Loading branch information
evaneschneider authored Sep 14, 2023
2 parents 705f26f + cca7d90 commit 763a43a
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 763a43a

Please sign in to comment.