Skip to content

Commit

Permalink
ci(clang-tidy): enable bugprone checkings
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc committed Jan 15, 2025
1 parent 473b42c commit ab39a4c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .clang-tidy-ci
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
Checks: "
-*,
bugprone-*,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-infinite-loop,
-bugprone-integer-division,
-bugprone-macro-parentheses,
-bugprone-narrowing-conversions,
-bugprone-parent-virtual-call,
-bugprone-reserved-identifier,
-bugprone-signed-char-misuse"
-bugprone-narrowing-conversions"

WarningsAsErrors: "*"

Expand Down

0 comments on commit ab39a4c

Please sign in to comment.