We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2957486 commit c56cbacCopy full SHA for c56cbac
.clang-tidy
@@ -13,6 +13,11 @@ Checks: >
13
readability-redundant-control-flow,
14
readability-redundant-string-cstr,
15
readability-string-compare,
16
+ bugprone-argument-comment,
17
+ bugprone-bool-pointer-implicit-conversion,
18
+ bugprone-dangling-handle,
19
+ bugprone-fold-init-type,
20
+ bugprone-forward-declaration-namespace,
21
22
WarningsAsErrors: '*'
23
HeaderFilterRegex: '/(?!external)/.*'
0 commit comments