Skip to content

Commit

Permalink
ci: enable bugprone-* warnings in clang-tidy (#5543)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Dec 11, 2024
1 parent 302e8b5 commit f4698fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .clang-tidy-ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Checks: "
-*,
bugprone-dangling-handle"
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"

WarningsAsErrors: "*"

Expand Down

0 comments on commit f4698fd

Please sign in to comment.