-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-tidy
27 lines (25 loc) · 924 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
Checks: '*,
-readability-function-cognitive-complexity,
-bugprone-easily-swappable-parameters,
-altera-id-dependent-backward-branch,
-google-readability-braces-around-statements,
-hicpp-braces-around-statements,
-readability-braces-around-statements,
-modernize-use-nodiscard,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-readability-inconsistent-declaration-parameter-name,
-llvmlibc-implementation-in-namespace,
-misc-const-correctness,
-modernize-use-trailing-return-type,
-llvmlibc-restrict-system-libc-headers,
-misc-non-private-member-variables-in-classes,
-llvmlibc-callee-namespace,
-readability-identifier-length,
-cppcoreguidelines-pro-type-reinterpret-cast,
-llvm-header-guard,
-altera-unroll-loops,
-hicpp-signed-bitwise,
-fuchsia-statically-constructed-objects,
-google-readability-todo
'