Skip to content

Commit

Permalink
ci: enable bugprone-* warnings in clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc committed Dec 9, 2024
1 parent 302e8b5 commit 4b96ee9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .clang-tidy-ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Checks: "
-*,
bugprone-dangling-handle"
bugprone-*,
-bugprone-branch-clone,
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-bugprone-implicit-widening-of-multiplication-result,
-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 4b96ee9

Please sign in to comment.