We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704ed73 commit 589502eCopy full SHA for 589502e
.clang-tidy
@@ -7,12 +7,16 @@ Checks: "bugprone*,\
7
performance-*,\
8
readability-*,\
9
-cppcoreguidelines-avoid-do-while,\
10
+ -cppcoreguidelines-non-private-member-variables-in-classes,\
11
+ -cppcoreguidelines-pro-bounds-array-to-pointer-decay,\
12
-cppcoreguidelines-pro-bounds-pointer-arithmetic,\
13
-cppcoreguidelines-pro-type-vararg,\
14
-modernize-use-trailing-return-type,\
15
+ -performance-avoid-endl,\
16
-readability-braces-around-statements,\
17
-readability-identifier-length,\
- -readability-implicit-bool-conversion"
18
+ -readability-implicit-bool-conversion,\
19
+ -readability-named-parameter,\
20
21
HeaderFilterRegex: "(util|modules)/[^/]*\\.h"
22
WarningsAsErrors: "*"
0 commit comments