-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.clang-tidy
39 lines (37 loc) · 1.27 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
# SPDX-FileCopyrightText: 2022 Andrea Pappacoda
#
# SPDX-License-Identifier: FSFAP
Checks: '*,
-modernize-use-trailing-return-type,
-cppcoreguidelines-special-member-functions,
-hicpp-special-member-functions,
-fuchsia-statically-constructed-objects,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-google-objc-function-naming,
-cppcoreguidelines-non-private-member-variables-in-classes,
-misc-non-private-member-variables-in-classes,
-readability-implicit-bool-conversion,
-readability-else-after-return,
-google-runtime-references,
-fuchsia-overloaded-operator,
-readability-redundant-access-specifiers,
-misc-new-delete-overloads,
-llvmlibc-callee-namespace,
-llvm-else-after-return,
-llvmlibc-restrict-system-libc-headers,
-llvmlibc-implementation-in-namespace,
-altera-unroll-loops,
-altera-struct-pack-align,
-bugprone-easily-swappable-parameters,
-altera-id-dependent-backward-branch,
-cppcoreguidelines-pro-type-vararg,
-hicpp-vararg,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-hicpp-no-array-decay,
-cppcoreguidelines-pro-bounds-pointer-arithmetic'
CheckOptions:
- key: llvm-namespace-comment.ShortNamespaceLines
value: 10
- key: cppcoreguidelines-macro-usage.CheckCapsOnly
value: true