-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.clang-tidy
More file actions
47 lines (47 loc) · 1.03 KB
/
.clang-tidy
File metadata and controls
47 lines (47 loc) · 1.03 KB
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
# 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-*,
-*-easily-swappable-parameters,
-*-named-parameter,
-*-struct-pack-align,
-*-math-missing-parentheses,
-*-readability-todo,
-*-cognitive-complexity,
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