Skip to content

Commit

Permalink
Disable bugprone-narrowing-conversions clang-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 19, 2024
1 parent 36abe03 commit 8059af4
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 @@ -48,6 +48,7 @@ Checks: >
portability-*,
readability-*,
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-misc-use-anonymous-namespace,
-readability-braces-around-statements,
-readability-function-cognitive-complexity,
Expand Down

0 comments on commit 8059af4

Please sign in to comment.