Enable linux netlink event monitoring for Android OS platform services
[libusb.git] / .clang-tidy
blob1f59ae93651cdf1e10e23c4d465d8ff24795cab6
1 ---
2 Checks: "-*,\
3 boost-*,\
4 bugprone-*,\
5 -bugprone-easily-swappable-parameters,\
6 -bugprone-narrowing-conversions,\
7 -bugprone-signed-char-misuse,\
8 -bugprone-switch-missing-default-case,\
9 clang-analyzer-*,\
10 -clang-analyzer-core.NullDereference,\
11 -clang-analyzer-deadcode.DeadStores,\
12 -clang-analyzer-optin.portability.UnixAPI,\
13 -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,\
14 -clang-analyzer-security.insecureAPI.strcpy,\
15 -clang-analyzer-unix.Malloc,\
16 misc-*,\
17 -misc-no-recursion,\
18 -misc-include-cleaner,\
19 modernize-*,\
20 -modernize-macro-to-enum,\
21 performance-*,\
22 -performance-no-int-to-ptr,\
23 -performance-type-promotion-in-math-fn,\
24 portability-*,\
25 readability-*,\
26 -readability-braces-around-statements,\
27 -readability-else-after-return,\
28 -readability-identifier-length,\
29 -readability-function-cognitive-complexity,\
30 -readability-isolate-declaration,\
31 -readability-magic-numbers,\
33 #WarningsAsErrors: "*"
34 ...