-
Notifications
You must be signed in to change notification settings - Fork 9
/
.clang-tidy
41 lines (41 loc) · 898 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Generated from CLion Inspection settings
---
Checks: >
*,
bugprone-*,
readability-*,
performance-*,
modernize-*,
-modernize-use-trailing-return-type,
cppcoreguidelines-*,
google-*,
hicpp-*,
misc-*,
-misc-include-cleaner,
openmp-*,
portability-*,
mpi-*,
cert-*,
-cert-dcl21-cpp,
clang-analyzer-*,
-llvmlibc-*,
llvm-*,
-llvm-header-guard,
altera-*,
-altera-unroll-loops,
-altera-id-dependent-backward-branch,
android-*,
fuchsia-*,
-fuchsia-overloaded-operator,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
linuxkernel-*,
CheckOptions:
- key: readability-function-cognitive-complexity.Threshold
value: 50 # default is 25
- key: readability-function-cognitive-complexity.IgnoreMacros
value: true # default is false
InheritParentConfig: false
HeaderFileExtensions:
- hpp
- h