]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/.clang-tidy
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / .clang-tidy
1 Checks: '*,
2 -altera-id-dependent-backward-branch,
3 -altera-struct-pack-align,
4 -altera-unroll-loops,
5 -android-cloexec-fopen,
6 -bugprone-easily-swappable-parameters,
7 -concurrency-mt-unsafe,
8 -cppcoreguidelines-avoid-goto,
9 -cppcoreguidelines-avoid-magic-numbers,
10 -cppcoreguidelines-avoid-non-const-global-variables,
11 -cppcoreguidelines-macro-usage,
12 -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
13 -cppcoreguidelines-pro-bounds-constant-array-index,
14 -cppcoreguidelines-pro-bounds-pointer-arithmetic,
15 -cppcoreguidelines-pro-type-reinterpret-cast,
16 -cppcoreguidelines-pro-type-union-access,
17 -cppcoreguidelines-virtual-class-destructor,
18 -fuchsia-default-arguments-calls,
19 -fuchsia-default-arguments-declarations,
20 -fuchsia-overloaded-operator,
21 -google-explicit-constructor,
22 -google-readability-function-size,
23 -google-runtime-int,
24 -google-runtime-references,
25 -hicpp-avoid-goto,
26 -hicpp-explicit-conversions,
27 -hicpp-function-size,
28 -hicpp-no-array-decay,
29 -hicpp-no-assembler,
30 -hicpp-signed-bitwise,
31 -hicpp-uppercase-literal-suffix,
32 -llvm-header-guard,
33 -llvm-include-order,
34 -llvmlibc-*,
35 -misc-no-recursion,
36 -misc-non-private-member-variables-in-classes,
37 -modernize-concat-nested-namespaces,
38 -modernize-use-nodiscard,
39 -modernize-use-trailing-return-type,
40 -readability-function-cognitive-complexity,
41 -readability-function-size,
42 -readability-identifier-length,
43 -readability-magic-numbers,
44 -readability-redundant-access-specifiers,
45 -readability-uppercase-literal-suffix'
46
47 CheckOptions:
48 - key: hicpp-special-member-functions.AllowSoleDefaultDtor
49 value: 1
50
51 WarningsAsErrors: '*'
52
53 #HeaderFilterRegex: '.*nlohmann.*'
54 HeaderFilterRegex: '.*hpp$'