Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 1 | Checks: ' |
| 2 | -*, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 3 | boost-use-to-string, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 4 | bugprone-argument-comment, |
| 5 | bugprone-assert-side-effect, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 6 | bugprone-assignment-in-if-condition, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 7 | bugprone-bad-signal-to-kill-thread, |
| 8 | bugprone-bool-pointer-implicit-conversion, |
| 9 | bugprone-branch-clone, |
| 10 | bugprone-copy-constructor-init, |
| 11 | bugprone-dangling-handle, |
| 12 | bugprone-dynamic-static-initializers, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 13 | bugprone-exception-escape, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 14 | bugprone-fold-init-type, |
| 15 | bugprone-forward-declaration-namespace, |
| 16 | bugprone-forwarding-reference-overload, |
Ed Tanous | 6de264c | 2022-01-06 12:47:59 -0800 | [diff] [blame] | 17 | bugprone-implicit-widening-of-multiplication-result, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 18 | bugprone-inaccurate-erase, |
| 19 | bugprone-incorrect-roundings, |
| 20 | bugprone-infinite-loop, |
| 21 | bugprone-integer-division, |
| 22 | bugprone-lambda-function-name, |
| 23 | bugprone-macro-parentheses, |
| 24 | bugprone-macro-repeated-side-effects, |
| 25 | bugprone-misplaced-operator-in-strlen-in-alloc, |
| 26 | bugprone-misplaced-pointer-arithmetic-in-alloc, |
| 27 | bugprone-misplaced-widening-cast, |
Ed Tanous | f94c4ec | 2022-01-06 12:44:41 -0800 | [diff] [blame] | 28 | bugprone-move-forwarding-reference, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 29 | bugprone-multiple-statement-macro, |
| 30 | bugprone-narrowing-conversions, |
| 31 | bugprone-no-escape, |
| 32 | bugprone-not-null-terminated-result, |
| 33 | bugprone-parent-virtual-call, |
| 34 | bugprone-posix-return, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 35 | bugprone-redundant-branch-condition, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 36 | bugprone-reserved-identifier, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 37 | bugprone-shared-ptr-array-mismatch, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 38 | bugprone-signal-handler, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 39 | bugprone-signed-char-misuse, |
| 40 | bugprone-sizeof-container, |
| 41 | bugprone-sizeof-expression, |
| 42 | bugprone-spuriously-wake-up-functions, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 43 | bugprone-standalone-empty, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 44 | bugprone-string-constructor, |
| 45 | bugprone-string-integer-assignment, |
| 46 | bugprone-string-literal-with-embedded-nul, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 47 | bugprone-stringview-nullptr, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 48 | bugprone-suspicious-enum-usage, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 49 | bugprone-suspicious-include, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 50 | bugprone-suspicious-memory-comparison, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 51 | bugprone-suspicious-memset-usage, |
| 52 | bugprone-suspicious-missing-comma, |
Ed Tanous | d5736ef | 2023-07-06 10:37:23 -0700 | [diff] [blame] | 53 | bugprone-suspicious-realloc-usage, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 54 | bugprone-suspicious-semicolon, |
| 55 | bugprone-suspicious-string-compare, |
| 56 | bugprone-swapped-arguments, |
| 57 | bugprone-terminating-continue, |
| 58 | bugprone-throw-keyword-missing, |
| 59 | bugprone-too-small-loop-variable, |
| 60 | bugprone-undefined-memory-manipulation, |
| 61 | bugprone-undelegated-constructor, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 62 | bugprone-unhandled-exception-at-new, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 63 | bugprone-unhandled-self-assignment, |
| 64 | bugprone-unused-raii, |
| 65 | bugprone-unused-return-value, |
| 66 | bugprone-use-after-move, |
| 67 | bugprone-virtual-near-miss, |
| 68 | cert-con36-c, |
| 69 | cert-con54-cpp, |
| 70 | cert-dcl03-c, |
| 71 | cert-dcl16-c, |
| 72 | cert-dcl21-cpp, |
| 73 | cert-dcl37-c, |
| 74 | cert-dcl50-cpp, |
| 75 | cert-dcl51-cpp, |
| 76 | cert-dcl54-cpp, |
| 77 | cert-dcl58-cpp, |
| 78 | cert-dcl59-cpp, |
| 79 | cert-env33-c, |
| 80 | cert-err09-cpp, |
| 81 | cert-err34-c, |
| 82 | cert-err52-cpp, |
| 83 | cert-err60-cpp, |
| 84 | cert-err61-cpp, |
| 85 | cert-fio38-c, |
| 86 | cert-flp30-c, |
| 87 | cert-mem57-cpp, |
| 88 | cert-msc30-c, |
| 89 | cert-msc32-c, |
| 90 | cert-msc50-cpp, |
| 91 | cert-msc51-cpp, |
| 92 | cert-oop11-cpp, |
| 93 | cert-oop54-cpp, |
| 94 | cert-oop57-cpp, |
Ed Tanous | d63c72e | 2022-01-06 12:49:12 -0800 | [diff] [blame] | 95 | cert-oop58-cpp, |
| 96 | cert-pos44-c, |
| 97 | cert-pos47-c, |
| 98 | cert-sig30-c, |
| 99 | cert-str34-c, |
Ed Tanous | 5db33d6 | 2023-07-06 12:34:45 -0700 | [diff] [blame] | 100 | clang-analyzer-apiModeling.Errno, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 101 | clang-analyzer-apiModeling.StdCLibraryFunctions, |
| 102 | clang-analyzer-apiModeling.TrustNonnull, |
Ed Tanous | 5db33d6 | 2023-07-06 12:34:45 -0700 | [diff] [blame] | 103 | clang-analyzer-apiModeling.TrustReturnsNonnull, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 104 | clang-analyzer-apiModeling.google.GTest, |
| 105 | clang-analyzer-apiModeling.llvm.CastValue, |
| 106 | clang-analyzer-apiModeling.llvm.ReturnValue, |
| 107 | clang-analyzer-core.CallAndMessage, |
| 108 | clang-analyzer-core.CallAndMessageModeling, |
| 109 | clang-analyzer-core.DivideZero, |
| 110 | clang-analyzer-core.DynamicTypePropagation, |
| 111 | clang-analyzer-core.NonNullParamChecker, |
| 112 | clang-analyzer-core.NonnilStringConstants, |
| 113 | clang-analyzer-core.NullDereference, |
| 114 | clang-analyzer-core.StackAddrEscapeBase, |
| 115 | clang-analyzer-core.StackAddressEscape, |
| 116 | clang-analyzer-core.UndefinedBinaryOperatorResult, |
| 117 | clang-analyzer-core.VLASize, |
| 118 | clang-analyzer-core.builtin.BuiltinFunctions, |
| 119 | clang-analyzer-core.builtin.NoReturnFunctions, |
| 120 | clang-analyzer-core.uninitialized.ArraySubscript, |
| 121 | clang-analyzer-core.uninitialized.Assign, |
| 122 | clang-analyzer-core.uninitialized.Branch, |
| 123 | clang-analyzer-core.uninitialized.CapturedBlockVariable, |
Ed Tanous | 5db33d6 | 2023-07-06 12:34:45 -0700 | [diff] [blame] | 124 | clang-analyzer-core.uninitialized.NewArraySize, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 125 | clang-analyzer-core.uninitialized.UndefReturn, |
| 126 | clang-analyzer-cplusplus.InnerPointer, |
| 127 | clang-analyzer-cplusplus.Move, |
| 128 | clang-analyzer-cplusplus.NewDelete, |
| 129 | clang-analyzer-cplusplus.NewDeleteLeaks, |
| 130 | clang-analyzer-cplusplus.PlacementNew, |
| 131 | clang-analyzer-cplusplus.PureVirtualCall, |
| 132 | clang-analyzer-cplusplus.SelfAssignment, |
| 133 | clang-analyzer-cplusplus.SmartPtrModeling, |
Ed Tanous | 5db33d6 | 2023-07-06 12:34:45 -0700 | [diff] [blame] | 134 | clang-analyzer-cplusplus.StringChecker, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 135 | clang-analyzer-cplusplus.VirtualCallModeling, |
| 136 | clang-analyzer-deadcode.DeadStores, |
| 137 | clang-analyzer-fuchsia.HandleChecker, |
| 138 | clang-analyzer-nullability.NullPassedToNonnull, |
| 139 | clang-analyzer-nullability.NullReturnedFromNonnull, |
| 140 | clang-analyzer-nullability.NullabilityBase, |
| 141 | clang-analyzer-nullability.NullableDereferenced, |
| 142 | clang-analyzer-nullability.NullablePassedToNonnull, |
| 143 | clang-analyzer-nullability.NullableReturnedFromNonnull, |
| 144 | clang-analyzer-optin.cplusplus.UninitializedObject, |
| 145 | clang-analyzer-optin.cplusplus.VirtualCall, |
| 146 | clang-analyzer-optin.mpi.MPI-Checker, |
| 147 | clang-analyzer-optin.osx.OSObjectCStyleCast, |
| 148 | clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker, |
| 149 | clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker, |
| 150 | clang-analyzer-optin.performance.GCDAntipattern, |
| 151 | clang-analyzer-optin.performance.Padding, |
| 152 | clang-analyzer-optin.portability.UnixAPI, |
| 153 | clang-analyzer-osx.API, |
| 154 | clang-analyzer-osx.MIG, |
| 155 | clang-analyzer-osx.NSOrCFErrorDerefChecker, |
| 156 | clang-analyzer-osx.NumberObjectConversion, |
| 157 | clang-analyzer-osx.OSObjectRetainCount, |
| 158 | clang-analyzer-osx.ObjCProperty, |
| 159 | clang-analyzer-osx.SecKeychainAPI, |
| 160 | clang-analyzer-osx.cocoa.AtSync, |
| 161 | clang-analyzer-osx.cocoa.AutoreleaseWrite, |
| 162 | clang-analyzer-osx.cocoa.ClassRelease, |
| 163 | clang-analyzer-osx.cocoa.Dealloc, |
| 164 | clang-analyzer-osx.cocoa.IncompatibleMethodTypes, |
| 165 | clang-analyzer-osx.cocoa.Loops, |
| 166 | clang-analyzer-osx.cocoa.MissingSuperCall, |
| 167 | clang-analyzer-osx.cocoa.NSAutoreleasePool, |
| 168 | clang-analyzer-osx.cocoa.NSError, |
| 169 | clang-analyzer-osx.cocoa.NilArg, |
| 170 | clang-analyzer-osx.cocoa.NonNilReturnValue, |
| 171 | clang-analyzer-osx.cocoa.ObjCGenerics, |
| 172 | clang-analyzer-osx.cocoa.RetainCount, |
| 173 | clang-analyzer-osx.cocoa.RetainCountBase, |
| 174 | clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak, |
| 175 | clang-analyzer-osx.cocoa.SelfInit, |
| 176 | clang-analyzer-osx.cocoa.SuperDealloc, |
| 177 | clang-analyzer-osx.cocoa.UnusedIvars, |
| 178 | clang-analyzer-osx.cocoa.VariadicMethodTypes, |
| 179 | clang-analyzer-osx.coreFoundation.CFError, |
| 180 | clang-analyzer-osx.coreFoundation.CFNumber, |
| 181 | clang-analyzer-osx.coreFoundation.CFRetainRelease, |
| 182 | clang-analyzer-osx.coreFoundation.containers.OutOfBounds, |
| 183 | clang-analyzer-osx.coreFoundation.containers.PointerSizedValues, |
| 184 | clang-analyzer-security.FloatLoopCounter, |
| 185 | clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |
| 186 | clang-analyzer-security.insecureAPI.SecuritySyntaxChecker, |
| 187 | clang-analyzer-security.insecureAPI.UncheckedReturn, |
| 188 | clang-analyzer-security.insecureAPI.bcmp, |
| 189 | clang-analyzer-security.insecureAPI.bcopy, |
| 190 | clang-analyzer-security.insecureAPI.bzero, |
| 191 | clang-analyzer-security.insecureAPI.decodeValueOfObjCType, |
| 192 | clang-analyzer-security.insecureAPI.getpw, |
| 193 | clang-analyzer-security.insecureAPI.gets, |
| 194 | clang-analyzer-security.insecureAPI.mkstemp, |
| 195 | clang-analyzer-security.insecureAPI.mktemp, |
| 196 | clang-analyzer-security.insecureAPI.rand, |
| 197 | clang-analyzer-security.insecureAPI.strcpy, |
| 198 | clang-analyzer-security.insecureAPI.vfork, |
| 199 | clang-analyzer-unix.API, |
| 200 | clang-analyzer-unix.DynamicMemoryModeling, |
| 201 | clang-analyzer-unix.Malloc, |
| 202 | clang-analyzer-unix.MallocSizeof, |
| 203 | clang-analyzer-unix.MismatchedDeallocator, |
| 204 | clang-analyzer-unix.Vfork, |
| 205 | clang-analyzer-unix.cstring.BadSizeArg, |
| 206 | clang-analyzer-unix.cstring.CStringModeling, |
| 207 | clang-analyzer-unix.cstring.NullArg, |
| 208 | clang-analyzer-valist.CopyToSelf, |
| 209 | clang-analyzer-valist.Uninitialized, |
| 210 | clang-analyzer-valist.Unterminated, |
| 211 | clang-analyzer-valist.ValistBase, |
| 212 | clang-analyzer-webkit.NoUncountedMemberChecker, |
| 213 | clang-analyzer-webkit.RefCntblBaseVirtualDtor, |
Ed Tanous | 5db33d6 | 2023-07-06 12:34:45 -0700 | [diff] [blame] | 214 | clang-analyzer-webkit.UncountedLambdaCapturesChecker, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 215 | cppcoreguidelines-avoid-c-arrays, |
| 216 | cppcoreguidelines-avoid-goto, |
Ed Tanous | cf9e417 | 2022-12-21 09:30:16 -0800 | [diff] [blame] | 217 | cppcoreguidelines-avoid-non-const-global-variables, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 218 | cppcoreguidelines-c-copy-assignment-signature, |
| 219 | cppcoreguidelines-explicit-virtual-functions, |
Ed Tanous | 543f440 | 2022-01-06 13:12:53 -0800 | [diff] [blame] | 220 | cppcoreguidelines-init-variables, |
Ed Tanous | d3a9e08 | 2022-01-07 09:30:41 -0800 | [diff] [blame] | 221 | cppcoreguidelines-interfaces-global-init, |
Ed Tanous | 600d239 | 2022-01-07 09:32:03 -0800 | [diff] [blame] | 222 | cppcoreguidelines-macro-usage, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 223 | cppcoreguidelines-narrowing-conversions, |
Ed Tanous | fcc5aa6 | 2022-01-07 09:40:43 -0800 | [diff] [blame] | 224 | cppcoreguidelines-no-malloc, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 225 | cppcoreguidelines-prefer-member-initializer, |
Ed Tanous | 9b6ffca | 2022-01-07 09:33:43 -0800 | [diff] [blame] | 226 | cppcoreguidelines-pro-bounds-array-to-pointer-decay, |
Ed Tanous | ca45aa3 | 2022-01-07 09:28:45 -0800 | [diff] [blame] | 227 | cppcoreguidelines-pro-bounds-pointer-arithmetic, |
Ed Tanous | 4ecc618 | 2022-01-07 09:36:26 -0800 | [diff] [blame] | 228 | cppcoreguidelines-pro-type-const-cast, |
Ed Tanous | 4bac4a8 | 2022-01-07 09:37:55 -0800 | [diff] [blame] | 229 | cppcoreguidelines-pro-type-cstyle-cast, |
Ed Tanous | d3a9e08 | 2022-01-07 09:30:41 -0800 | [diff] [blame] | 230 | cppcoreguidelines-pro-type-member-init, |
Ed Tanous | 46ff87b | 2022-01-07 09:25:51 -0800 | [diff] [blame] | 231 | cppcoreguidelines-pro-type-reinterpret-cast, |
Ed Tanous | adf3d0e | 2022-01-07 09:42:21 -0800 | [diff] [blame] | 232 | cppcoreguidelines-pro-type-static-cast-downcast, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 233 | cppcoreguidelines-pro-type-union-access, |
Ed Tanous | 49d1eea | 2022-01-07 09:39:33 -0800 | [diff] [blame] | 234 | cppcoreguidelines-pro-type-vararg, |
Ed Tanous | 9bc9dc0 | 2022-01-07 09:43:17 -0800 | [diff] [blame] | 235 | cppcoreguidelines-slicing, |
Ed Tanous | ecd6a3a | 2022-01-07 09:18:40 -0800 | [diff] [blame] | 236 | cppcoreguidelines-special-member-functions, |
Ed Tanous | 4e23a44 | 2022-06-06 09:57:26 -0700 | [diff] [blame] | 237 | google-explicit-constructor, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 238 | misc-misplaced-const, |
Ed Tanous | b00dcc2 | 2021-02-23 12:52:50 -0800 | [diff] [blame] | 239 | #misc-no-recursion, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 240 | misc-redundant-expression, |
| 241 | misc-static-assert, |
| 242 | misc-throw-by-value-catch-by-reference, |
| 243 | misc-unconventional-assign-operator, |
| 244 | misc-uniqueptr-reset-release, |
| 245 | misc-unused-using-decls, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 246 | modernize-avoid-bind, |
| 247 | modernize-deprecated-headers, |
| 248 | modernize-deprecated-ios-base-aliases, |
| 249 | modernize-loop-convert, |
| 250 | modernize-make-shared, |
| 251 | modernize-make-unique, |
| 252 | modernize-raw-string-literal, |
Ed Tanous | d9fcfcc | 2023-07-06 12:14:44 -0700 | [diff] [blame] | 253 | modernize-redundant-void-arg, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 254 | modernize-replace-auto-ptr, |
| 255 | modernize-replace-random-shuffle, |
| 256 | modernize-return-braced-init-list, |
| 257 | modernize-shrink-to-fit, |
| 258 | modernize-unary-static-assert, |
| 259 | modernize-use-bool-literals, |
| 260 | modernize-use-default-member-init, |
| 261 | modernize-use-emplace, |
| 262 | modernize-use-equals-default, |
| 263 | modernize-use-equals-delete, |
| 264 | modernize-use-noexcept, |
| 265 | modernize-use-nullptr, |
| 266 | modernize-use-override, |
| 267 | modernize-use-transparent-functors, |
| 268 | modernize-use-uncaught-exceptions, |
| 269 | modernize-use-using, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 270 | performance-faster-string-find, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 271 | performance-for-range-copy, |
| 272 | performance-implicit-conversion-in-loop, |
| 273 | performance-inefficient-algorithm, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 274 | performance-inefficient-string-concatenation, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 275 | performance-inefficient-vector-operation, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 276 | performance-move-const-arg, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 277 | performance-move-constructor-init, |
| 278 | performance-no-automatic-move, |
Ed Tanous | 31873b3 | 2022-01-25 16:27:50 -0800 | [diff] [blame] | 279 | performance-no-int-to-ptr, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 280 | performance-noexcept-move-constructor, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 281 | performance-trivially-destructible, |
| 282 | performance-type-promotion-in-math-fn, |
| 283 | performance-unnecessary-copy-initialization, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 284 | performance-unnecessary-value-param, |
Ed Tanous | 9eb808c | 2022-01-25 10:19:23 -0800 | [diff] [blame] | 285 | readability-avoid-const-params-in-decls, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 286 | readability-braces-around-statements, |
| 287 | readability-const-return-type, |
Ed Tanous | db0d36e | 2023-06-30 10:37:05 -0700 | [diff] [blame] | 288 | readability-container-contains, |
Ed Tanous | 0f83707 | 2023-06-30 09:57:26 -0700 | [diff] [blame] | 289 | readability-container-data-pointer, |
Ed Tanous | 26f6976 | 2022-01-25 09:49:11 -0800 | [diff] [blame] | 290 | readability-container-size-empty, |
Ed Tanous | 56d2396 | 2022-02-14 20:42:02 -0800 | [diff] [blame] | 291 | readability-convert-member-functions-to-static, |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 292 | readability-delete-null-pointer, |
| 293 | readability-deleted-default, |
Ed Tanous | f23b729 | 2020-10-15 09:41:17 -0700 | [diff] [blame] | 294 | readability-else-after-return, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 295 | readability-function-size, |
| 296 | readability-identifier-naming, |
Ed Tanous | e662eae | 2022-01-25 10:39:19 -0800 | [diff] [blame] | 297 | readability-implicit-bool-conversion, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 298 | readability-inconsistent-declaration-parameter-name, |
| 299 | readability-isolate-declaration, |
Ed Tanous | 56d2396 | 2022-02-14 20:42:02 -0800 | [diff] [blame] | 300 | readability-make-member-function-const, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 301 | readability-misleading-indentation, |
| 302 | readability-misplaced-array-index, |
Ed Tanous | 104f09c | 2022-01-25 09:56:04 -0800 | [diff] [blame] | 303 | readability-named-parameter, |
Ed Tanous | 56d2396 | 2022-02-14 20:42:02 -0800 | [diff] [blame] | 304 | readability-non-const-parameter, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 305 | readability-qualified-auto, |
| 306 | readability-redundant-access-specifiers, |
Ed Tanous | dcf2ebc | 2022-01-25 10:07:45 -0800 | [diff] [blame] | 307 | readability-redundant-control-flow, |
Ed Tanous | e05aec5 | 2022-01-25 10:28:56 -0800 | [diff] [blame] | 308 | readability-redundant-declaration, |
| 309 | readability-redundant-function-ptr-dereference, |
| 310 | readability-redundant-member-init, |
| 311 | readability-redundant-preprocessor, |
| 312 | readability-redundant-smartptr-get, |
| 313 | readability-redundant-string-cstr, |
| 314 | readability-redundant-string-init, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 315 | readability-simplify-boolean-expr, |
| 316 | readability-simplify-subscript-expr, |
Ed Tanous | 71d5d8d | 2022-01-25 11:04:33 -0800 | [diff] [blame] | 317 | readability-static-accessed-through-instance, |
Ed Tanous | 55f79e6 | 2022-01-25 11:26:16 -0800 | [diff] [blame] | 318 | readability-static-definition-in-anonymous-namespace, |
| 319 | readability-string-compare, |
| 320 | readability-suspicious-call-argument, |
| 321 | readability-uniqueptr-delete-release, |
Ed Tanous | dbb59d4 | 2022-01-25 11:09:55 -0800 | [diff] [blame] | 322 | readability-uppercase-literal-suffix' |
Ed Tanous | 3174e4d | 2020-10-07 11:41:22 -0700 | [diff] [blame] | 323 | |
| 324 | WarningsAsErrors: '*' |
Ed Tanous | b0bb6f2 | 2020-09-28 16:43:15 -0700 | [diff] [blame] | 325 | HeaderFilterRegex: '.*' |
| 326 | CheckOptions: |
| 327 | - { key: readability-identifier-naming.ClassCase, value: CamelCase } |
| 328 | - { key: readability-identifier-naming.VariableCase, value: camelBack } |
| 329 | - { key: readability-identifier-naming.FunctionCase, value: camelBack } |
Ed Tanous | 81ce609 | 2020-12-17 16:54:55 +0000 | [diff] [blame] | 330 | - { key: readability-identifier-naming.ParameterCase, value: camelBack } |
Ed Tanous | b0bb6f2 | 2020-09-28 16:43:15 -0700 | [diff] [blame] | 331 | - { key: readability-identifier-naming.NamespaceCase, value: lower_case } |
| 332 | - { key: readability-identifier-naming.StructCase, value: CamelCase } |
Ed Tanous | 62598e3 | 2023-07-17 17:06:25 -0700 | [diff] [blame] | 333 | - { key: readability-identifier-naming.FunctionIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) } |
Ed Tanous | 0ec8b83 | 2022-03-14 14:56:47 -0700 | [diff] [blame] | 334 | - { key: cppcoreguidelines-macro-usage.AllowedRegexp, value: DEBUG*|NLOHMANN_JSON_SERIALIZE_ENUM } |
Ed Tanous | d9f466b | 2023-03-06 15:04:25 -0800 | [diff] [blame] | 335 | - { key: performance-unnecessary-value-param.AllowedTypes, value: ((segments_view)|(url_view)) } |