generated from CoolLibs/library-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
38 lines (38 loc) · 1.08 KB
/
.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
32
33
34
35
36
37
38
---
Checks: '
*,
-readability-convert-member-functions-to-static,
-misc-non-private-member-variables-in-classes,
-*braces-around-statements,
-readability-implicit-bool-conversion,
-readability-identifier-length,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers,
-readability-redundant-member-init,
-readability-redundant-access-specifiers,
-readability-redundant-string-init,
-misc-use-anonymous-namespace,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay, -hicpp-no-array-decay,
-hicpp-signed-bitwise,
-hicpp-named-parameter, -readability-named-parameter,
-misc-no-recursion,
-performance-no-automatic-move,
-cppcoreguidelines-pro-type-vararg, -hicpp-vararg,
-google-runtime-references,
-fuchsia-default-arguments-*,
-fuchsia-overloaded-operator,
-fuchsia-trailing-return,
-hicpp-uppercase-literal-suffix, -readability-uppercase-literal-suffix,
-abseil-*,
-altera-*,
-android-*,
-boost-*,
-linuxkernel-*,
-llvm-*,
-llvmlibc-*,
-mpi-*,
-objc-*,
-openmp-*,
-zircon-*,
'