We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7364e commit db5c50eCopy full SHA for db5c50e
.clang-tidy
@@ -6,6 +6,7 @@ Checks: '
6
,readability-redundant-string-cstr,
7
,readability-redundant-string-init,
8
,readability-simplify-boolean-expr,
9
+ ,cppcoreguidelines-pro-type-cstyle-cast,
10
'
11
WarningsAsErrors: '
12
,readability-avoid-const-params-in-decls,
@@ -14,4 +15,5 @@ WarningsAsErrors: '
14
15
16
17
18
19
0 commit comments