|
1 | 1 | Checks: >
|
| 2 | + bugprone-*, |
| 3 | + clang-diagnostic-*, |
| 4 | + llvm-include-order, |
| 5 | + llvm-namespace-comment, |
| 6 | + misc-*, |
2 | 7 | modernize-*,
|
3 | 8 | performance-*,
|
4 | 9 | portability-*,
|
5 | 10 | readability-*,
|
| 11 | + -bugprone-casting-through-void, |
| 12 | + -bugprone-exception-escape, |
| 13 | + -bugprone-implicit-widening-of-multiplication-result, |
| 14 | + -bugprone-narrowing-conversions, |
| 15 | + -clang-analyzer-optin.cplusplus.UninitializedObject, |
| 16 | + -misc-const-correctness, |
| 17 | + -misc-include-cleaner, |
| 18 | + -misc-no-recursion, |
| 19 | + -misc-non-private-member-variables-in-classes, |
| 20 | + -misc-unused-parameters, |
| 21 | + -misc-use-anonymous-namespace, |
6 | 22 | -modernize-avoid-c-arrays,
|
7 |
| - -modernize-concat-nested-namespaces, |
8 |
| - -modernize-pass-by-value, |
9 |
| - -modernize-return-braced-init-list, |
10 | 23 | -modernize-use-nodiscard,
|
11 | 24 | -modernize-use-trailing-return-type,
|
| 25 | + -readability-function-cognitive-complexity, |
12 | 26 | -readability-identifier-length,
|
13 | 27 | -readability-magic-numbers,
|
14 |
| - -readability-named-parameter, |
15 |
| - -readability-redundant-declaration, |
16 |
| - bugprone-assignment-in-if-condition, |
17 |
| - bugprone-forward-declaration-namespace, |
18 |
| - bugprone-infinite-loop, |
19 |
| - bugprone-integer-division, |
20 |
| - bugprone-macro-parentheses, |
21 |
| - bugprone-macro-repeated-side-effects, |
22 |
| - bugprone-move-forwarding-reference, |
23 |
| - bugprone-redundant-branch-condition, |
24 |
| - bugprone-reserved-identifier, |
25 |
| - bugprone-suspicious-include, |
26 |
| - bugprone-suspicious-semicolon, |
27 |
| - bugprone-terminating-continue, |
28 |
| - bugprone-throw-keyword-missing, |
29 |
| - bugprone-unused-raii, |
30 |
| - bugprone-unused-return-value, |
31 |
| - clang-diagnostic-*, |
32 |
| - llvm-include-order, |
33 |
| - llvm-namespace-comment, |
34 |
| - misc-confusable-identifiers, |
35 |
| - misc-definitions-in-headers, |
36 |
| - misc-header-include-cycle, |
37 |
| - misc-include-cleaner, |
38 |
| - misc-misplaced-const, |
39 |
| - misc-non-copyable-objects, |
40 |
| - misc-redundant-expression, |
41 |
| - misc-static-assert, |
42 |
| - misc-throw-by-value-catch-by-reference, |
43 |
| - misc-unconventional-assign-operator, |
44 |
| - misc-unused-alias-decls, |
45 |
| - misc-unused-parameters, |
46 |
| - misc-unused-using-decls, |
47 |
| - misc-use-anonymous-namespace |
| 28 | + -readability-named-parameter |
48 | 29 |
|
49 | 30 | WarningsAsErrors: "*"
|
50 | 31 |
|
|
0 commit comments