|
| 1 | + |
1 | 2 | Checks: > |
2 | | - -*, |
3 | | - performance-*, |
| 3 | + clang-diagnostic-*, |
| 4 | + clang-analyzer-*, |
| 5 | + -clang-analyzer-core.NonNullParamChecker, |
| 6 | + -clang-analyzer-cplusplus.NewDeleteLeaks, |
| 7 | + -clang-analyzer-optin.performance.Padding, |
| 8 | + abseil-*, |
| 9 | + -abseil-no-namespace, |
4 | 10 | readability-*, |
| 11 | + -readability-identifier-naming |
| 12 | + -readability-braces-around-statements, |
| 13 | + -readability-convert-member-functions-to-static, |
| 14 | + -readability-function-cognitive-complexity, |
| 15 | + -readability-identifier-length, |
| 16 | + -readability-implicit-bool-conversion, |
| 17 | + -readability-isolate-declaration, |
| 18 | + -readability-magic-numbers, |
| 19 | + -readability-make-member-function-const, |
| 20 | + -readability-named-parameter, |
| 21 | + -readability-qualified-auto, |
| 22 | + -readability-redundant-access-specifiers, |
| 23 | + -readability-simplify-boolean-expr, |
| 24 | + -readability-static-definition-in-anonymous-namespace, |
| 25 | + -readability-uppercase-literal-suffix, |
| 26 | + -readability-use-anyofallof, |
| 27 | + google-*, |
| 28 | + -google-readability-avoid-underscore-in-googletest-name, |
| 29 | + -google-readability-casting, |
| 30 | + -google-readability-todo, |
| 31 | + performance-*, |
5 | 32 | bugprone-*, |
6 | | - clang-analyzer-*, |
7 | | - cppcoreguidelines-*, |
8 | | - misc-*, |
| 33 | + -bugprone-branch-clone, |
| 34 | + -bugprone-easily-swappable-parameters, |
| 35 | + -bugprone-exception-escape, |
| 36 | + -bugprone-macro-parentheses, |
| 37 | + -bugprone-move-forwarding-reference, |
| 38 | + -bugprone-narrowing-conversions, |
| 39 | + -bugprone-suspicious-missing-comma, |
9 | 40 | modernize-*, |
10 | | - -readability-identifier-naming |
| 41 | + -modernize-avoid-bind, |
| 42 | + -modernize-avoid-c-arrays, |
| 43 | + -modernize-concat-nested-namespaces, |
| 44 | + -modernize-pass-by-value, |
| 45 | + -modernize-raw-string-literal, |
| 46 | + -modernize-return-braced-init-list, |
| 47 | + -modernize-use-auto, |
| 48 | + -modernize-use-nodiscard, |
| 49 | + -modernize-use-trailing-return-type, |
| 50 | + -modernize-use-transparent-functors, |
| 51 | + misc-*, |
| 52 | + -misc-const-correctness, |
| 53 | + -misc-no-recursion, |
| 54 | + -misc-non-private-member-variables-in-classes, |
| 55 | + -misc-redundant-expression, |
| 56 | + -misc-unused-parameters, |
11 | 57 |
|
12 | 58 | # Not currently handling identifier naming |
13 | 59 | # WarningsAsErrors: "*" |
|
0 commit comments