-
Notifications
You must be signed in to change notification settings - Fork 7
/
.clang-tidy
35 lines (33 loc) · 1.26 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
# FIXME fix the code and don't disable the following checks
#
# hicpp-signed-bitwise
Checks: '*,
-abseil-*,
-readability-implicit-bool-conversion,
-google-runtime-references,
-fuchsia-default-arguments,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-cppcoreguidelines-pro-type-reinterpret-cast,
-clang-diagnostic-missing-prototypes,
-llvm-header-guard,
-cppcoreguidelines-macro-usage,
-clang-diagnostic-unused-macros,
-hicpp-signed-bitwise,
-modernize-use-trailing-return-type,
-llvmlibc-restrict-system-libc-headers,
-llvmlibc-callee-namespace,
-llvmlibc-implementation-in-namespace,
-misc-no-recursion,
-readability-use-anyofallof,
-clang-diagnostic-extra-semi-stmt,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-hicpp-no-array-decay,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-union-access,
-fuchsia-overloaded-operator,
-fuchsia-statically-constructed-objects,
-clang-diagnostic-signed-enum-bitfield'
FormatStyle: 'file'
WarningsAsErrors: '*'