-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.clang-tidy
More file actions
25 lines (24 loc) · 763 Bytes
/
Copy path.clang-tidy
File metadata and controls
25 lines (24 loc) · 763 Bytes
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
Checks:
portability-*,
performance-*,
-performance-no-int-to-ptr,
readability-*,
-readability-identifier-*,
-readability-braces-*,
-readability-isolate-declaration,
-readability-magic-numbers,
-readability-function-cognitive-complexity,
-readability-uppercase-*,
-readability-static-accessed-through-instance,
bugprone-*,
-bugprone-easily-swappable-parameters,
-bugprone-lambda-function-name,
clang-analyzer-*,
cppcoreguidelines-*,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-avoid-*,
-cppcoreguidelines-pro-type-*,
-cppcoreguidelines-pro-bounds-*,
-cppcoreguidelines-non-private-member-variables-in-classes