|
| 1 | +--- |
| 2 | +Checks: "-*, |
| 3 | + bugprone-argument-comment |
| 4 | + " |
| 5 | +# bugprone-assert-side-effect, |
| 6 | +# bugprone-bad-signal-to-kill-thread, |
| 7 | +# bugprone-bool-pointer-implicit-conversion, |
| 8 | +# bugprone-casting-through-void, |
| 9 | +# bugprone-chained-comparison, |
| 10 | +# bugprone-compare-pointer-to-member-virtual-function, |
| 11 | +# bugprone-copy-constructor-init, |
| 12 | +# bugprone-crtp-constructor-accessibility, |
| 13 | +# bugprone-dangling-handle, |
| 14 | +# bugprone-dynamic-static-initializers, |
| 15 | +# bugprone-empty-catch, |
| 16 | +# bugprone-fold-init-type, |
| 17 | +# bugprone-forward-declaration-namespace, |
| 18 | +# bugprone-inaccurate-erase, |
| 19 | +# bugprone-inc-dec-in-conditions, |
| 20 | +# bugprone-incorrect-enable-if, |
| 21 | +# bugprone-incorrect-roundings, |
| 22 | +# bugprone-infinite-loop, |
| 23 | +# bugprone-integer-division, |
| 24 | +# bugprone-lambda-function-name, |
| 25 | +# bugprone-macro-parentheses, |
| 26 | +# bugprone-macro-repeated-side-effects, |
| 27 | +# bugprone-misplaced-operator-in-strlen-in-alloc, |
| 28 | +# bugprone-misplaced-pointer-arithmetic-in-alloc, |
| 29 | +# bugprone-misplaced-widening-cast, |
| 30 | +# bugprone-move-forwarding-reference, |
| 31 | +# bugprone-multi-level-implicit-pointer-conversion, |
| 32 | +# bugprone-multiple-new-in-one-expression, |
| 33 | +# bugprone-multiple-statement-macro, |
| 34 | +# bugprone-no-escape, |
| 35 | +# bugprone-non-zero-enum-to-bool-conversion, |
| 36 | +# bugprone-optional-value-conversion, |
| 37 | +# bugprone-parent-virtual-call, |
| 38 | +# bugprone-pointer-arithmetic-on-polymorphic-object, |
| 39 | +# bugprone-posix-return, |
| 40 | +# bugprone-redundant-branch-condition, |
| 41 | +# bugprone-reserved-identifier, |
| 42 | +# bugprone-return-const-ref-from-parameter, |
| 43 | +# bugprone-shared-ptr-array-mismatch, |
| 44 | +# bugprone-signal-handler, |
| 45 | +# bugprone-signed-char-misuse, |
| 46 | +# bugprone-sizeof-container, |
| 47 | +# bugprone-sizeof-expression, |
| 48 | +# bugprone-spuriously-wake-up-functions, |
| 49 | +# bugprone-standalone-empty, |
| 50 | +# bugprone-string-constructor, |
| 51 | +# bugprone-string-integer-assignment, |
| 52 | +# bugprone-string-literal-with-embedded-nul, |
| 53 | +# bugprone-stringview-nullptr, |
| 54 | +# bugprone-suspicious-enum-usage, |
| 55 | +# bugprone-suspicious-include, |
| 56 | +# bugprone-suspicious-memory-comparison, |
| 57 | +# bugprone-suspicious-memset-usage, |
| 58 | +# bugprone-suspicious-missing-comma, |
| 59 | +# bugprone-suspicious-realloc-usage, |
| 60 | +# bugprone-suspicious-semicolon, |
| 61 | +# bugprone-suspicious-string-compare, |
| 62 | +# bugprone-suspicious-stringview-data-usage, |
| 63 | +# bugprone-swapped-arguments, |
| 64 | +# bugprone-switch-missing-default-case, |
| 65 | +# bugprone-terminating-continue, |
| 66 | +# bugprone-throw-keyword-missing, |
| 67 | +# bugprone-too-small-loop-variable, |
| 68 | +# bugprone-undefined-memory-manipulation, |
| 69 | +# bugprone-undelegated-constructor, |
| 70 | +# bugprone-unhandled-exception-at-new, |
| 71 | +# bugprone-unhandled-self-assignment, |
| 72 | +# bugprone-unique-ptr-array-mismatch, |
| 73 | +# bugprone-unsafe-functions, |
| 74 | +# bugprone-unused-local-non-trivial-variable, |
| 75 | +# bugprone-unused-raii, |
| 76 | +# bugprone-unused-return-value, |
| 77 | +# bugprone-use-after-move, |
| 78 | +# bugprone-virtual-near-miss, |
| 79 | +# cppcoreguidelines-init-variables, |
| 80 | +# cppcoreguidelines-misleading-capture-default-by-value, |
| 81 | +# cppcoreguidelines-no-suspend-with-lock, |
| 82 | +# cppcoreguidelines-pro-type-member-init, |
| 83 | +# cppcoreguidelines-pro-type-static-cast-downcast, |
| 84 | +# cppcoreguidelines-rvalue-reference-param-not-moved, |
| 85 | +# cppcoreguidelines-use-default-member-init, |
| 86 | +# cppcoreguidelines-virtual-class-destructor, |
| 87 | +# hicpp-ignored-remove-result, |
| 88 | +# llvm-namespace-comment, |
| 89 | +# misc-const-correctness, |
| 90 | +# misc-definitions-in-headers, |
| 91 | +# misc-header-include-cycle, |
| 92 | +# misc-include-cleaner, |
| 93 | +# misc-misplaced-const, |
| 94 | +# misc-redundant-expression, |
| 95 | +# misc-static-assert, |
| 96 | +# misc-throw-by-value-catch-by-reference, |
| 97 | +# misc-unused-alias-decls, |
| 98 | +# misc-unused-using-decls, |
| 99 | +# modernize-concat-nested-namespaces, |
| 100 | +# modernize-deprecated-headers, |
| 101 | +# modernize-make-shared, |
| 102 | +# modernize-make-unique, |
| 103 | +# modernize-pass-by-value, |
| 104 | +# modernize-type-traits, |
| 105 | +# modernize-use-designated-initializers, |
| 106 | +# modernize-use-emplace, |
| 107 | +# modernize-use-equals-default, |
| 108 | +# modernize-use-equals-delete, |
| 109 | +# modernize-use-override, |
| 110 | +# modernize-use-ranges, |
| 111 | +# modernize-use-starts-ends-with, |
| 112 | +# modernize-use-std-numbers, |
| 113 | +# modernize-use-using, |
| 114 | +# performance-faster-string-find, |
| 115 | +# performance-for-range-copy, |
| 116 | +# performance-implicit-conversion-in-loop, |
| 117 | +# performance-inefficient-vector-operation, |
| 118 | +# performance-move-const-arg, |
| 119 | +# performance-move-constructor-init, |
| 120 | +# performance-no-automatic-move, |
| 121 | +# performance-trivially-destructible, |
| 122 | +# readability-avoid-nested-conditional-operator, |
| 123 | +# readability-avoid-return-with-void-value, |
| 124 | +# readability-braces-around-statements, |
| 125 | +# readability-const-return-type, |
| 126 | +# readability-container-contains, |
| 127 | +# readability-container-size-empty, |
| 128 | +# readability-convert-member-functions-to-static, |
| 129 | +# readability-duplicate-include, |
| 130 | +# readability-else-after-return, |
| 131 | +# readability-enum-initial-value, |
| 132 | +# readability-implicit-bool-conversion, |
| 133 | +# readability-inconsistent-declaration-parameter-name, |
| 134 | +# readability-identifier-naming, |
| 135 | +# readability-make-member-function-const, |
| 136 | +# readability-math-missing-parentheses, |
| 137 | +# readability-misleading-indentation, |
| 138 | +# readability-non-const-parameter, |
| 139 | +# readability-redundant-casting, |
| 140 | +# readability-redundant-declaration, |
| 141 | +# readability-redundant-inline-specifier, |
| 142 | +# readability-redundant-member-init, |
| 143 | +# readability-redundant-string-init, |
| 144 | +# readability-reference-to-constructed-temporary, |
| 145 | +# readability-simplify-boolean-expr, |
| 146 | +# readability-static-accessed-through-instance, |
| 147 | +# readability-static-definition-in-anonymous-namespace, |
| 148 | +# readability-suspicious-call-argument, |
| 149 | +# readability-use-std-min-max |
| 150 | +# |
| 151 | +# CheckOptions: |
| 152 | +# readability-braces-around-statements.ShortStatementLines: 2 |
| 153 | +# readability-identifier-naming.MacroDefinitionCase: UPPER_CASE |
| 154 | +# readability-identifier-naming.ClassCase: CamelCase |
| 155 | +# readability-identifier-naming.StructCase: CamelCase |
| 156 | +# readability-identifier-naming.UnionCase: CamelCase |
| 157 | +# readability-identifier-naming.EnumCase: CamelCase |
| 158 | +# readability-identifier-naming.EnumConstantCase: CamelCase |
| 159 | +# readability-identifier-naming.ScopedEnumConstantCase: CamelCase |
| 160 | +# readability-identifier-naming.GlobalConstantCase: UPPER_CASE |
| 161 | +# readability-identifier-naming.GlobalConstantPrefix: "k" |
| 162 | +# readability-identifier-naming.GlobalVariableCase: CamelCase |
| 163 | +# readability-identifier-naming.GlobalVariablePrefix: "g" |
| 164 | +# readability-identifier-naming.ConstexprFunctionCase: camelBack |
| 165 | +# readability-identifier-naming.ConstexprMethodCase: camelBack |
| 166 | +# readability-identifier-naming.ClassMethodCase: camelBack |
| 167 | +# readability-identifier-naming.ClassMemberCase: camelBack |
| 168 | +# readability-identifier-naming.ClassConstantCase: UPPER_CASE |
| 169 | +# readability-identifier-naming.ClassConstantPrefix: "k" |
| 170 | +# readability-identifier-naming.StaticConstantCase: UPPER_CASE |
| 171 | +# readability-identifier-naming.StaticConstantPrefix: "k" |
| 172 | +# readability-identifier-naming.StaticVariableCase: UPPER_CASE |
| 173 | +# readability-identifier-naming.StaticVariablePrefix: "k" |
| 174 | +# readability-identifier-naming.ConstexprVariableCase: UPPER_CASE |
| 175 | +# readability-identifier-naming.ConstexprVariablePrefix: "k" |
| 176 | +# readability-identifier-naming.LocalConstantCase: camelBack |
| 177 | +# readability-identifier-naming.LocalVariableCase: camelBack |
| 178 | +# readability-identifier-naming.TemplateParameterCase: CamelCase |
| 179 | +# readability-identifier-naming.ParameterCase: camelBack |
| 180 | +# readability-identifier-naming.FunctionCase: camelBack |
| 181 | +# readability-identifier-naming.MemberCase: camelBack |
| 182 | +# readability-identifier-naming.PrivateMemberSuffix: _ |
| 183 | +# readability-identifier-naming.ProtectedMemberSuffix: _ |
| 184 | +# readability-identifier-naming.PublicMemberSuffix: "" |
| 185 | +# readability-identifier-naming.FunctionIgnoredRegexp: ".*tag_invoke.*" |
| 186 | +# bugprone-unsafe-functions.ReportMoreUnsafeFunctions: true |
| 187 | +# bugprone-unused-return-value.CheckedReturnTypes: ::std::error_code;::std::error_condition;::std::errc |
| 188 | +# misc-include-cleaner.IgnoreHeaders: '.*/(detail|impl)/.*;.*(expected|unexpected).*;.*ranges_lower_bound\.h;time.h;stdlib.h;__chrono/.*;fmt/chrono.h;boost/uuid/uuid_hash.hpp' |
| 189 | +# |
| 190 | +# HeaderFilterRegex: '^.*/(src|tests)/.*\.(h|hpp)$' |
| 191 | +WarningsAsErrors: "*" |
0 commit comments