Merge pull request #24446 from veblush/tidy-bugprone-2

[Clang-Tidy] Enable two bugprone-*
pull/24409/head
Esun Kim 4 years ago committed by GitHub
commit 9f34c0f523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .clang-tidy

@ -1,9 +1,7 @@
---
Checks: '-*,
bugprone-*,
-bugprone-forward-declaration-namespace,
-bugprone-integer-division,
-bugprone-misplaced-widening-cast,
-bugprone-narrowing-conversions,
-bugprone-too-small-loop-variable,
performance-*,

Loading…
Cancel
Save