Skip to content

Commit

Permalink
Remove implicit bool conversion check from clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak authored and vgvassilev committed Feb 23, 2024
1 parent 8d52a36 commit 4967d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Checks: >
-readability-magic-numbers,
-readability-named-parameter,
-readability-function-cognitive-complexity,
-readability-implicit-bool-conversion,
-cppcoreguidelines-avoid-magic-numbers,
CheckOptions:
Expand Down

0 comments on commit 4967d9a

Please sign in to comment.