-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
31 lines (31 loc) · 935 Bytes
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Checks: >-
-*,
bugprone-*,
-bugprone-suspicious-include,
-bugprone-use-after-move,
cert-*,
clang-analyzer-*,
cppcoreguidelines-*,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-const-cast,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-pro-type-static-cast-downcast,
-cppcoreguidelines-special-member-functions,
modernize-*,
-modernize-avoid-bind,
-modernize-return-braced-init-list,
-modernize-use-bool-literals,
readability-non-const-parameter,
readability-redundant-*
WarningsAsErrors: >-
clang-analyzer-*,
clang-diagnostic-*,
hicpp-*,
performance-*,
readability-identifier-naming
UseColor: true