|
| 1 | +Checks: > |
| 2 | + -*, |
| 3 | + clang-diagnostic-*, |
| 4 | + clang-analyzer-*, |
| 5 | + boost-*, |
| 6 | + bugprone-argument-comment, |
| 7 | + bugprone-assert-side-effect, |
| 8 | + bugprone-bad-signal-to-kill-thread, |
| 9 | + bugprone-bool-pointer-implicit-conversion, |
| 10 | + bugprone-branch-clone, |
| 11 | + bugprone-copy-constructor-init, |
| 12 | + bugprone-dangling-handle, |
| 13 | + bugprone-dynamic-static-initializers, |
| 14 | + bugprone-exception-escape, |
| 15 | + bugprone-fold-init-type, |
| 16 | + bugprone-forward-declaration-namespace, |
| 17 | + bugprone-forwarding-reference-overload, |
| 18 | + bugprone-inaccurate-erase, |
| 19 | + bugprone-incorrect-roundings, |
| 20 | + bugprone-infinite-loop, |
| 21 | + bugprone-integer-division, |
| 22 | + bugprone-lambda-function-name, |
| 23 | + bugprone-macro-*, |
| 24 | + bugprone-misplaced-*, |
| 25 | + bugprone-move-forwarding-reference, |
| 26 | + bugprone-multiple-statement-macro, |
| 27 | + bugprone-narrowing-conversions, |
| 28 | + bugprone-no-escape, |
| 29 | + bugprone-not-null-terminated-result, |
| 30 | + bugprone-parent-virtual-call, |
| 31 | + bugprone-posix-return, |
| 32 | + bugprone-redundant-branch-condition, |
| 33 | + bugprone-reserved-identifier, |
| 34 | + bugprone-signal-handler, |
| 35 | + bugprone-signed-char-misuse, |
| 36 | + bugprone-sizeof-*, |
| 37 | + bugprone-spuriously-wake-up-functions, |
| 38 | + bugprone-string-*, |
| 39 | + bugprone-suspicious-*, |
| 40 | + bugprone-swapped-arguments, |
| 41 | + bugprone-terminating-continue, |
| 42 | + bugprone-throw-keyword-missing, |
| 43 | + bugprone-too-small-loop-variable, |
| 44 | + bugprone-undefined-memory-manipulation, |
| 45 | + bugprone-undelegated-constructor, |
| 46 | + bugprone-unhandled-*, |
| 47 | + bugprone-unused-*, |
| 48 | + bugprone-use-after-move, |
| 49 | + bugprone-virtual-near-miss, |
| 50 | + clang-*, |
| 51 | + concurrency-*, |
| 52 | + cppcoreguidelines-narrowing-conversions, |
| 53 | + cppcoreguidelines-pro-type-member-init, |
| 54 | + cppcoreguidelines-slicing, |
| 55 | + google-default-arguments, |
| 56 | + google-explicit-constructor, |
| 57 | + google-global-names-in-headers, |
| 58 | + google-objc-*, |
| 59 | + google-readability-avoid-underscore-in-googletest-name, |
| 60 | + google-runtime-operator, |
| 61 | + google-upgrade-googletest-case, |
| 62 | + hicpp-static-assert, |
| 63 | + hicpp-undelegated-constructor, |
| 64 | + hicpp-use-emplace, |
| 65 | + hicpp-use-equals-*, |
| 66 | + hicpp-use-noexcept, |
| 67 | + hicpp-use-nullptr, |
| 68 | + hicpp-use-override, |
| 69 | + llvm-namespace-comment, |
| 70 | + misc-definitions-in-headers, |
| 71 | + misc-misplaced-const, |
| 72 | + misc-new-delete-overloads, |
| 73 | + misc-no-recursion, |
| 74 | + misc-non-copyable-objects, |
| 75 | + misc-redundant-expression, |
| 76 | + misc-static-assert, |
| 77 | + misc-throw-by-value-catch-by-reference, |
| 78 | + misc-unconventional-assign-operator, |
| 79 | + misc-uniqueptr-reset-release, |
| 80 | + misc-unused-parameters, |
| 81 | + misc-unused-using-decls, |
| 82 | + modernize-avoid-bind, |
| 83 | + modernize-concat-nested-namespaces, |
| 84 | + modernize-deprecated-ios-base-aliases, |
| 85 | + modernize-loop-convert, |
| 86 | + modernize-make-*, |
| 87 | + modernize-pass-by-value, |
| 88 | + modernize-raw-string-literal, |
| 89 | + modernize-redundant-void-arg, |
| 90 | + modernize-shrink-to-fit, |
| 91 | + modernize-unary-static-assert, |
| 92 | + modernize-use-bool-literals, |
| 93 | + modernize-use-default-member-init, |
| 94 | + modernize-use-emplace, |
| 95 | + modernize-use-equals-*, |
| 96 | + modernize-use-noexcept, |
| 97 | + modernize-use-nullptr, |
| 98 | + modernize-use-override, |
| 99 | + modernize-use-transparent-functors, |
| 100 | + modernize-use-uncaught-exceptions, |
| 101 | + performance-*, |
| 102 | + portability-*, |
| 103 | + readability-avoid-const-params-in-decls, |
| 104 | + readability-const-return-type, |
| 105 | + readability-container-size-empty, |
| 106 | + readability-convert-member-functions-to-static, |
| 107 | + readability-delete-null-pointer, |
| 108 | + readability-else-after-return, |
| 109 | + readability-function-*, |
| 110 | + -readability-function-size, |
| 111 | + readability-identifier-naming, |
| 112 | + readability-inconsistent-declaration-parameter-name, |
| 113 | + readability-make-member-function-const, |
| 114 | + readability-misleading-indentation, |
| 115 | + readability-misplaced-array-index, |
| 116 | + readability-non-const-parameter, |
| 117 | + readability-qualified-auto, |
| 118 | + readability-redundant-control-flow, |
| 119 | + readability-redundant-declaration, |
| 120 | + readability-redundant-function-ptr-dereference, |
| 121 | + readability-redundant-member-init, |
| 122 | + readability-redundant-preprocessor, |
| 123 | + readability-redundant-smartptr-get, |
| 124 | + readability-redundant-string-*, |
| 125 | + readability-simplify-*, |
| 126 | + readability-static-*, |
| 127 | + readability-string-compare, |
| 128 | + readability-suspicious-call-argument, |
| 129 | + readability-uniqueptr-delete-release, |
| 130 | + readability-use-anyofallof, |
| 131 | + zircon-* |
| 132 | +CheckOptions: |
| 133 | + - key: llvm-else-after-return.WarnOnConditionVariables |
| 134 | + value: 'false' |
| 135 | + - key: modernize-loop-convert.MinConfidence |
| 136 | + value: reasonable |
| 137 | + - key: modernize-loop-convert.MaxCopySize |
| 138 | + value: '16' |
| 139 | + - key: modernize-loop-convert.NamingStyle |
| 140 | + value: CamelCase |
| 141 | + - key: modernize-use-override.IgnoreDestructors |
| 142 | + value: 'true' |
| 143 | + - key: modernize-replace-auto-ptr.IncludeStyle |
| 144 | + value: llvm |
| 145 | + - key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons |
| 146 | + value: 'false' |
| 147 | + - key: google-readability-namespace-comments.ShortNamespaceLines |
| 148 | + value: '10' |
| 149 | + - key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField |
| 150 | + value: 'false' |
| 151 | + - key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic |
| 152 | + value: 'true' |
| 153 | + - key: cert-dcl16-c.NewSuffixes |
| 154 | + value: 'L;LL;LU;LLU' |
| 155 | + - key: google-readability-braces-around-statements.ShortStatementLines |
| 156 | + value: '1' |
| 157 | + - key: modernize-pass-by-value.IncludeStyle |
| 158 | + value: llvm |
| 159 | + - key: google-readability-namespace-comments.SpacesBeforeComments |
| 160 | + value: '2' |
| 161 | + - key: cppcoreguidelines-explicit-virtual-functions.IgnoreDestructors |
| 162 | + value: 'true' |
| 163 | + - key: modernize-use-nullptr.NullMacros |
| 164 | + value: 'NULL' |
| 165 | + - key: llvm-qualified-auto.AddConstToQualified |
| 166 | + value: 'false' |
| 167 | + - key: llvm-else-after-return.WarnOnUnfixable |
| 168 | + value: 'false' |
| 169 | + - key: readability-function-cognitive-complexity.IgnoreMacros |
| 170 | + value: 'true' |
| 171 | + - key: bugprone-signed-char-misuse.CharTypdefsToIgnore |
| 172 | + value: 'int8_t;std::int8_t' |
0 commit comments