-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.clang-tidy
27 lines (27 loc) · 832 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
---
Checks: "*,\
-altera*,\
-bugprone-easily-swappable-parameters,\
-cert-dcl21-cpp,\
-cert-err58-cpp,\
-cppcoreguidelines-avoid-magic-numbers,\
-cppcoreguidelines-macro-usage,\
-cppcoreguidelines-owning-memory,\
-cppcoreguidelines-pro-bounds-constant-array-index,\
-cppcoreguidelines-pro-bounds-pointer-arithmetic,\
-cppcoreguidelines-pro-type-reinterpret-cast,\
-fuchsia-default-arguments-calls,\
-fuchsia-overloaded-operator,\
-fuchsia-statically-constructed-objects,\
-fuchsia-trailing-return,\
-google-build-using-namespace,\
-google-readability-todo,\
-google-runtime-int,\
-google-runtime-references,\
-llvm-header-guard,\
-llvmlibc-*,\
-llvmlibc-callee-namespace,\
-readability-function-cognitive-complexity,\
-readability-identifier-length,\
-readability-magic-numbers,\
"