-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.clang-tidy
27 lines (25 loc) · 859 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-*,
-android-*,
-fuchsia-*,
-linuxkernel-*,
-llvm-*,
-llvmlibc-*,
-mpi-*,
-objc-*,
-openmp-*,
-zircon-*,
-cert-dcl21-cpp,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-union-access,
-google-readability-todo,
-google-readability-braces-around-statements,
-hicpp-braces-around-statements,
-modernize-use-trailing-return-type,
-readability-implicit-bool-conversion,
-readability-braces-around-statements,
-readability-qualified-auto,
-readability-identifier-length,
'
WarningsAsErrors: '*'