forked from couchbase/couchbase-cxx-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
56 lines (56 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
UseColor: true
WarningsAsErrors: '*'
Checks: |-
*,
bugprone-*,
cert-*,
google-*,
hicpp-*,
llvm-*,
misc-*,
modernize-*,
performance-*,
portability-*,
readability-*,
boost-*,
cppcoreguidelines-*,
-abseil-*,
-altera-*,
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-bugprone-unused-return-value,
-cert-err33-c,
-cert-err09-cpp,
-cert-err61-cpp,
-cppcoreguidelines-avoid-const-or-ref-data-members,
-cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-rvalue-reference-param-not-moved,
-fuchsia-*,
-google-build-using-namespace,
-google-runtime-int,
-google-runtime-references,
-hicpp-no-array-decay,
-hicpp-signed-bitwise,
-hicpp-vararg,
-performance-no-int-to-ptr,
-llvm-header-guard,
-llvmlibc-*,
-misc-include-cleaner,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-misc-throw-by-value-catch-by-reference,
-misc-use-internal-linkage,
-readability-avoid-return-with-void-value,
-readability-convert-member-functions-to-static,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-magic-numbers,
-readability-redundant-member-init