-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-tidy
32 lines (32 loc) · 833 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
Checks: >
bugprone-*,
cppcoreguidelines-*,
clang-analyzer-*,
modernize-*,
readability-*,
performance-*,
portability-*,
misc-*,
-*-identifier-length,
-*-special-member-functions,
-*-braces-around-statements,
-*-signed-bitwise,
-*-avoid-magic-numbers,
-*-implicit-bool-conversion,
-*-avoid-unconditional-preprocessor-if,
-*-avoid-endl,
-*-pointer-arithmetic,
-*-no-recursion,
-modernize-use-trailing-return-type,
-modernize-use-nodiscard,
-readability-redundant-access-specifiers,
-readability-uppercase-literal-suffix,
-cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-prefer-member-initializer,
-readability-magic-numbers,
-hicpp-uppercase-literal-suffix,
# CheckOptions:
# - key:
# value: