| Patrick Williams | ba6ccd6 | 2025-05-30 10:26:09 -0400 | [diff] [blame] | 1 | Checks: '-*, | 
|  | 2 | boost-use-to-string, | 
|  | 3 | bugprone-argument-comment, | 
|  | 4 | bugprone-assert-side-effect, | 
|  | 5 | bugprone-assignment-in-if-condition, | 
|  | 6 | bugprone-bad-signal-to-kill-thread, | 
|  | 7 | bugprone-bool-pointer-implicit-conversion, | 
|  | 8 | bugprone-branch-clone, | 
|  | 9 | bugprone-casting-through-void, | 
|  | 10 | bugprone-chained-comparison, | 
|  | 11 | bugprone-compare-pointer-to-member-virtual-function, | 
|  | 12 | bugprone-copy-constructor-init, | 
|  | 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-forwarding-reference-overload, | 
|  | 19 | bugprone-implicit-widening-of-multiplication-result, | 
|  | 20 | bugprone-inaccurate-erase, | 
|  | 21 | bugprone-inc-dec-in-conditions, | 
|  | 22 | bugprone-incorrect-enable-if, | 
|  | 23 | bugprone-incorrect-roundings, | 
|  | 24 | bugprone-infinite-loop, | 
|  | 25 | bugprone-integer-division, | 
|  | 26 | bugprone-lambda-function-name, | 
|  | 27 | bugprone-macro-parentheses, | 
|  | 28 | bugprone-macro-repeated-side-effects, | 
|  | 29 | bugprone-misplaced-operator-in-strlen-in-alloc, | 
|  | 30 | bugprone-misplaced-pointer-arithmetic-in-alloc, | 
|  | 31 | bugprone-misplaced-widening-cast, | 
|  | 32 | bugprone-move-forwarding-reference, | 
|  | 33 | bugprone-multi-level-implicit-pointer-conversion, | 
|  | 34 | bugprone-multiple-new-in-one-expression, | 
|  | 35 | bugprone-multiple-statement-macro, | 
|  | 36 | bugprone-no-escape, | 
|  | 37 | bugprone-non-zero-enum-to-bool-conversion, | 
|  | 38 | bugprone-not-null-terminated-result, | 
|  | 39 | bugprone-optional-value-conversion, | 
|  | 40 | bugprone-parent-virtual-call, | 
|  | 41 | bugprone-posix-return, | 
|  | 42 | bugprone-redundant-branch-condition, | 
|  | 43 | bugprone-reserved-identifier, | 
|  | 44 | bugprone-shared-ptr-array-mismatch, | 
|  | 45 | bugprone-signal-handler, | 
|  | 46 | bugprone-signed-char-misuse, | 
|  | 47 | bugprone-sizeof-container, | 
|  | 48 | bugprone-sizeof-expression, | 
|  | 49 | bugprone-spuriously-wake-up-functions, | 
|  | 50 | bugprone-standalone-empty, | 
|  | 51 | bugprone-string-constructor, | 
|  | 52 | bugprone-string-integer-assignment, | 
|  | 53 | bugprone-string-literal-with-embedded-nul, | 
|  | 54 | bugprone-stringview-nullptr, | 
|  | 55 | bugprone-suspicious-enum-usage, | 
|  | 56 | bugprone-suspicious-include, | 
|  | 57 | bugprone-suspicious-memory-comparison, | 
|  | 58 | bugprone-suspicious-memset-usage, | 
|  | 59 | bugprone-suspicious-missing-comma, | 
|  | 60 | bugprone-suspicious-realloc-usage, | 
|  | 61 | bugprone-suspicious-semicolon, | 
|  | 62 | bugprone-suspicious-string-compare, | 
|  | 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-unchecked-optional-access, | 
|  | 69 | bugprone-undefined-memory-manipulation, | 
|  | 70 | bugprone-undelegated-constructor, | 
|  | 71 | bugprone-unhandled-exception-at-new, | 
|  | 72 | bugprone-unhandled-self-assignment, | 
|  | 73 | bugprone-unique-ptr-array-mismatch, | 
|  | 74 | bugprone-unsafe-functions, | 
|  | 75 | bugprone-unused-local-non-trivial-variable, | 
|  | 76 | bugprone-unused-raii, | 
|  | 77 | bugprone-unused-return-value, | 
|  | 78 | bugprone-use-after-move, | 
|  | 79 | bugprone-virtual-near-miss, | 
|  | 80 | cert-con36-c, | 
|  | 81 | cert-con54-cpp, | 
|  | 82 | cert-dcl03-c, | 
|  | 83 | cert-dcl16-c, | 
|  | 84 | cert-dcl21-cpp, | 
|  | 85 | cert-dcl37-c, | 
|  | 86 | cert-dcl50-cpp, | 
|  | 87 | cert-dcl51-cpp, | 
|  | 88 | cert-dcl54-cpp, | 
|  | 89 | cert-dcl58-cpp, | 
|  | 90 | cert-dcl59-cpp, | 
|  | 91 | cert-env33-c, | 
|  | 92 | cert-err09-cpp, | 
|  | 93 | cert-err34-c, | 
|  | 94 | cert-err52-cpp, | 
|  | 95 | cert-err60-cpp, | 
|  | 96 | cert-err61-cpp, | 
|  | 97 | cert-fio38-c, | 
|  | 98 | cert-flp30-c, | 
|  | 99 | cert-mem57-cpp, | 
|  | 100 | cert-msc30-c, | 
|  | 101 | cert-msc32-c, | 
|  | 102 | cert-msc50-cpp, | 
|  | 103 | cert-msc51-cpp, | 
|  | 104 | cert-oop11-cpp, | 
|  | 105 | cert-oop54-cpp, | 
|  | 106 | cert-oop57-cpp, | 
|  | 107 | cert-oop58-cpp, | 
|  | 108 | cert-pos44-c, | 
|  | 109 | cert-pos47-c, | 
|  | 110 | cert-sig30-c, | 
|  | 111 | cert-str34-c, | 
|  | 112 | clang-analyzer-apiModeling.Errno, | 
|  | 113 | clang-analyzer-apiModeling.TrustNonnull, | 
|  | 114 | clang-analyzer-apiModeling.TrustReturnsNonnull, | 
|  | 115 | clang-analyzer-apiModeling.google.GTest, | 
|  | 116 | clang-analyzer-apiModeling.llvm.CastValue, | 
|  | 117 | clang-analyzer-apiModeling.llvm.ReturnValue, | 
|  | 118 | clang-analyzer-core.BitwiseShift, | 
|  | 119 | clang-analyzer-core.CallAndMessage, | 
|  | 120 | clang-analyzer-core.CallAndMessageModeling, | 
|  | 121 | clang-analyzer-core.DivideZero, | 
|  | 122 | clang-analyzer-core.DynamicTypePropagation, | 
|  | 123 | clang-analyzer-core.NonNullParamChecker, | 
|  | 124 | clang-analyzer-core.NonnilStringConstants, | 
|  | 125 | clang-analyzer-core.NullDereference, | 
|  | 126 | clang-analyzer-core.StackAddrEscapeBase, | 
|  | 127 | clang-analyzer-core.StackAddressEscape, | 
|  | 128 | clang-analyzer-core.UndefinedBinaryOperatorResult, | 
|  | 129 | clang-analyzer-core.VLASize, | 
|  | 130 | clang-analyzer-core.builtin.BuiltinFunctions, | 
|  | 131 | clang-analyzer-core.builtin.NoReturnFunctions, | 
|  | 132 | clang-analyzer-core.uninitialized.ArraySubscript, | 
|  | 133 | clang-analyzer-core.uninitialized.Assign, | 
|  | 134 | clang-analyzer-core.uninitialized.Branch, | 
|  | 135 | clang-analyzer-core.uninitialized.CapturedBlockVariable, | 
|  | 136 | clang-analyzer-core.uninitialized.NewArraySize, | 
|  | 137 | clang-analyzer-core.uninitialized.UndefReturn, | 
|  | 138 | clang-analyzer-cplusplus.InnerPointer, | 
|  | 139 | clang-analyzer-cplusplus.Move, | 
|  | 140 | clang-analyzer-cplusplus.NewDelete, | 
|  | 141 | clang-analyzer-cplusplus.NewDeleteLeaks, | 
|  | 142 | clang-analyzer-cplusplus.PlacementNew, | 
|  | 143 | clang-analyzer-cplusplus.PureVirtualCall, | 
|  | 144 | clang-analyzer-cplusplus.SelfAssignment, | 
|  | 145 | clang-analyzer-cplusplus.SmartPtrModeling, | 
|  | 146 | clang-analyzer-cplusplus.StringChecker, | 
|  | 147 | clang-analyzer-cplusplus.VirtualCallModeling, | 
|  | 148 | clang-analyzer-deadcode.DeadStores, | 
|  | 149 | clang-analyzer-fuchsia.HandleChecker, | 
|  | 150 | clang-analyzer-nullability.NullPassedToNonnull, | 
|  | 151 | clang-analyzer-nullability.NullReturnedFromNonnull, | 
|  | 152 | clang-analyzer-nullability.NullabilityBase, | 
|  | 153 | clang-analyzer-nullability.NullableDereferenced, | 
|  | 154 | clang-analyzer-nullability.NullablePassedToNonnull, | 
|  | 155 | clang-analyzer-nullability.NullableReturnedFromNonnull, | 
|  | 156 | clang-analyzer-optin.core.EnumCastOutOfRange, | 
|  | 157 | clang-analyzer-optin.cplusplus.UninitializedObject, | 
|  | 158 | clang-analyzer-optin.cplusplus.VirtualCall, | 
|  | 159 | clang-analyzer-optin.mpi.MPI-Checker, | 
|  | 160 | clang-analyzer-optin.osx.OSObjectCStyleCast, | 
|  | 161 | clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker, | 
|  | 162 | clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker, | 
|  | 163 | clang-analyzer-optin.performance.GCDAntipattern, | 
|  | 164 | clang-analyzer-optin.performance.Padding, | 
|  | 165 | clang-analyzer-optin.portability.UnixAPI, | 
|  | 166 | clang-analyzer-osx.API, | 
|  | 167 | clang-analyzer-osx.MIG, | 
|  | 168 | clang-analyzer-osx.NSOrCFErrorDerefChecker, | 
|  | 169 | clang-analyzer-osx.NumberObjectConversion, | 
|  | 170 | clang-analyzer-osx.OSObjectRetainCount, | 
|  | 171 | clang-analyzer-osx.ObjCProperty, | 
|  | 172 | clang-analyzer-osx.SecKeychainAPI, | 
|  | 173 | clang-analyzer-osx.cocoa.AtSync, | 
|  | 174 | clang-analyzer-osx.cocoa.AutoreleaseWrite, | 
|  | 175 | clang-analyzer-osx.cocoa.ClassRelease, | 
|  | 176 | clang-analyzer-osx.cocoa.Dealloc, | 
|  | 177 | clang-analyzer-osx.cocoa.IncompatibleMethodTypes, | 
|  | 178 | clang-analyzer-osx.cocoa.Loops, | 
|  | 179 | clang-analyzer-osx.cocoa.MissingSuperCall, | 
|  | 180 | clang-analyzer-osx.cocoa.NSAutoreleasePool, | 
|  | 181 | clang-analyzer-osx.cocoa.NSError, | 
|  | 182 | clang-analyzer-osx.cocoa.NilArg, | 
|  | 183 | clang-analyzer-osx.cocoa.NonNilReturnValue, | 
|  | 184 | clang-analyzer-osx.cocoa.ObjCGenerics, | 
|  | 185 | clang-analyzer-osx.cocoa.RetainCount, | 
|  | 186 | clang-analyzer-osx.cocoa.RetainCountBase, | 
|  | 187 | clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak, | 
|  | 188 | clang-analyzer-osx.cocoa.SelfInit, | 
|  | 189 | clang-analyzer-osx.cocoa.SuperDealloc, | 
|  | 190 | clang-analyzer-osx.cocoa.UnusedIvars, | 
|  | 191 | clang-analyzer-osx.cocoa.VariadicMethodTypes, | 
|  | 192 | clang-analyzer-osx.coreFoundation.CFError, | 
|  | 193 | clang-analyzer-osx.coreFoundation.CFNumber, | 
|  | 194 | clang-analyzer-osx.coreFoundation.CFRetainRelease, | 
|  | 195 | clang-analyzer-osx.coreFoundation.containers.OutOfBounds, | 
|  | 196 | clang-analyzer-osx.coreFoundation.containers.PointerSizedValues, | 
|  | 197 | clang-analyzer-security.FloatLoopCounter, | 
|  | 198 | clang-analyzer-security.cert.env.InvalidPtr, | 
|  | 199 | clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, | 
|  | 200 | clang-analyzer-security.insecureAPI.SecuritySyntaxChecker, | 
|  | 201 | clang-analyzer-security.insecureAPI.UncheckedReturn, | 
|  | 202 | clang-analyzer-security.insecureAPI.bcmp, | 
|  | 203 | clang-analyzer-security.insecureAPI.bcopy, | 
|  | 204 | clang-analyzer-security.insecureAPI.bzero, | 
|  | 205 | clang-analyzer-security.insecureAPI.decodeValueOfObjCType, | 
|  | 206 | clang-analyzer-security.insecureAPI.getpw, | 
|  | 207 | clang-analyzer-security.insecureAPI.gets, | 
|  | 208 | clang-analyzer-security.insecureAPI.mkstemp, | 
|  | 209 | clang-analyzer-security.insecureAPI.mktemp, | 
|  | 210 | clang-analyzer-security.insecureAPI.rand, | 
|  | 211 | clang-analyzer-security.insecureAPI.strcpy, | 
|  | 212 | clang-analyzer-security.insecureAPI.vfork, | 
|  | 213 | clang-analyzer-unix.API, | 
|  | 214 | clang-analyzer-unix.DynamicMemoryModeling, | 
|  | 215 | clang-analyzer-unix.Errno, | 
|  | 216 | clang-analyzer-unix.Malloc, | 
|  | 217 | clang-analyzer-unix.MallocSizeof, | 
|  | 218 | clang-analyzer-unix.MismatchedDeallocator, | 
|  | 219 | clang-analyzer-unix.StdCLibraryFunctions, | 
|  | 220 | clang-analyzer-unix.Vfork, | 
|  | 221 | clang-analyzer-unix.cstring.BadSizeArg, | 
|  | 222 | clang-analyzer-unix.cstring.CStringModeling, | 
|  | 223 | clang-analyzer-unix.cstring.NullArg, | 
|  | 224 | clang-analyzer-valist.CopyToSelf, | 
|  | 225 | clang-analyzer-valist.Uninitialized, | 
|  | 226 | clang-analyzer-valist.Unterminated, | 
|  | 227 | clang-analyzer-valist.ValistBase, | 
|  | 228 | clang-analyzer-webkit.NoUncountedMemberChecker, | 
|  | 229 | clang-analyzer-webkit.RefCntblBaseVirtualDtor, | 
|  | 230 | clang-analyzer-webkit.UncountedLambdaCapturesChecker, | 
|  | 231 | cppcoreguidelines-avoid-c-arrays, | 
|  | 232 | cppcoreguidelines-avoid-capturing-lambda-coroutines, | 
|  | 233 | cppcoreguidelines-avoid-goto, | 
|  | 234 | cppcoreguidelines-c-copy-assignment-signature, | 
|  | 235 | cppcoreguidelines-explicit-virtual-functions, | 
|  | 236 | cppcoreguidelines-init-variables, | 
|  | 237 | cppcoreguidelines-interfaces-global-init, | 
|  | 238 | cppcoreguidelines-macro-to-enum, | 
|  | 239 | cppcoreguidelines-macro-usage, | 
|  | 240 | cppcoreguidelines-misleading-capture-default-by-value, | 
|  | 241 | cppcoreguidelines-missing-std-forward, | 
|  | 242 | cppcoreguidelines-no-malloc, | 
|  | 243 | cppcoreguidelines-no-suspend-with-lock, | 
|  | 244 | cppcoreguidelines-noexcept-destructor, | 
|  | 245 | cppcoreguidelines-noexcept-move-operations, | 
|  | 246 | cppcoreguidelines-noexcept-swap, | 
|  | 247 | cppcoreguidelines-prefer-member-initializer, | 
|  | 248 | cppcoreguidelines-pro-bounds-array-to-pointer-decay, | 
|  | 249 | cppcoreguidelines-pro-type-const-cast, | 
|  | 250 | cppcoreguidelines-pro-type-cstyle-cast, | 
|  | 251 | cppcoreguidelines-pro-type-member-init, | 
|  | 252 | cppcoreguidelines-pro-type-reinterpret-cast, | 
|  | 253 | cppcoreguidelines-pro-type-static-cast-downcast, | 
|  | 254 | cppcoreguidelines-pro-type-union-access, | 
|  | 255 | cppcoreguidelines-pro-type-vararg, | 
|  | 256 | cppcoreguidelines-rvalue-reference-param-not-moved, | 
|  | 257 | cppcoreguidelines-slicing, | 
|  | 258 | cppcoreguidelines-use-default-member-init, | 
|  | 259 | cppcoreguidelines-virtual-class-destructor, | 
|  | 260 | google-explicit-constructor, | 
|  | 261 | misc-coroutine-hostile-raii, | 
|  | 262 | misc-header-include-cycle, | 
|  | 263 | misc-include-cleaner, | 
|  | 264 | misc-misleading-bidirectional, | 
|  | 265 | misc-misleading-identifier, | 
|  | 266 | misc-misplaced-const, | 
|  | 267 | misc-new-delete-overloads, | 
|  | 268 | misc-non-copyable-objects, | 
|  | 269 | misc-redundant-expression, | 
|  | 270 | misc-static-assert, | 
|  | 271 | misc-throw-by-value-catch-by-reference, | 
|  | 272 | misc-unconventional-assign-operator, | 
|  | 273 | misc-uniqueptr-reset-release, | 
|  | 274 | misc-unused-alias-decls, | 
|  | 275 | misc-unused-parameters, | 
|  | 276 | misc-unused-using-decls, | 
|  | 277 | modernize-avoid-bind, | 
|  | 278 | modernize-deprecated-headers, | 
|  | 279 | modernize-deprecated-ios-base-aliases, | 
|  | 280 | modernize-loop-convert, | 
|  | 281 | modernize-make-shared, | 
|  | 282 | modernize-make-unique, | 
|  | 283 | modernize-raw-string-literal, | 
|  | 284 | modernize-redundant-void-arg, | 
|  | 285 | modernize-replace-auto-ptr, | 
|  | 286 | modernize-replace-random-shuffle, | 
|  | 287 | modernize-return-braced-init-list, | 
|  | 288 | modernize-shrink-to-fit, | 
|  | 289 | modernize-unary-static-assert, | 
|  | 290 | modernize-use-bool-literals, | 
|  | 291 | modernize-use-default-member-init, | 
|  | 292 | modernize-use-emplace, | 
|  | 293 | modernize-use-equals-default, | 
|  | 294 | modernize-use-equals-delete, | 
|  | 295 | modernize-use-noexcept, | 
|  | 296 | modernize-use-nullptr, | 
|  | 297 | modernize-use-override, | 
|  | 298 | modernize-use-starts-ends-with, | 
|  | 299 | modernize-use-std-numbers, | 
|  | 300 | modernize-use-transparent-functors, | 
|  | 301 | modernize-use-uncaught-exceptions, | 
|  | 302 | modernize-use-using, | 
|  | 303 | performance-faster-string-find, | 
|  | 304 | performance-for-range-copy, | 
|  | 305 | performance-implicit-conversion-in-loop, | 
|  | 306 | performance-inefficient-algorithm, | 
|  | 307 | performance-inefficient-string-concatenation, | 
|  | 308 | performance-inefficient-vector-operation, | 
|  | 309 | performance-move-const-arg, | 
|  | 310 | performance-move-constructor-init, | 
|  | 311 | performance-no-automatic-move, | 
|  | 312 | performance-no-int-to-ptr, | 
|  | 313 | performance-noexcept-destructor, | 
|  | 314 | performance-noexcept-move-constructor, | 
|  | 315 | performance-noexcept-swap, | 
|  | 316 | performance-trivially-destructible, | 
|  | 317 | performance-type-promotion-in-math-fn, | 
|  | 318 | performance-unnecessary-copy-initialization, | 
|  | 319 | performance-unnecessary-value-param, | 
|  | 320 | readability-avoid-const-params-in-decls, | 
|  | 321 | readability-avoid-nested-conditional-operator, | 
|  | 322 | readability-avoid-return-with-void-value, | 
|  | 323 | readability-avoid-unconditional-preprocessor-if, | 
|  | 324 | readability-braces-around-statements, | 
|  | 325 | readability-const-return-type, | 
|  | 326 | readability-container-contains, | 
|  | 327 | readability-container-data-pointer, | 
|  | 328 | readability-container-size-empty, | 
|  | 329 | readability-convert-member-functions-to-static, | 
|  | 330 | readability-delete-null-pointer, | 
|  | 331 | readability-deleted-default, | 
|  | 332 | readability-duplicate-include, | 
|  | 333 | readability-else-after-return, | 
|  | 334 | readability-function-size, | 
|  | 335 | readability-identifier-naming, | 
|  | 336 | readability-implicit-bool-conversion, | 
|  | 337 | readability-inconsistent-declaration-parameter-name, | 
|  | 338 | readability-isolate-declaration, | 
|  | 339 | readability-make-member-function-const, | 
|  | 340 | readability-misleading-indentation, | 
|  | 341 | readability-misplaced-array-index, | 
|  | 342 | readability-named-parameter, | 
|  | 343 | readability-non-const-parameter, | 
|  | 344 | readability-operators-representation, | 
|  | 345 | readability-qualified-auto, | 
|  | 346 | readability-redundant-access-specifiers, | 
|  | 347 | readability-redundant-casting, | 
|  | 348 | readability-redundant-control-flow, | 
|  | 349 | readability-redundant-declaration, | 
|  | 350 | readability-redundant-function-ptr-dereference, | 
|  | 351 | readability-redundant-inline-specifier, | 
|  | 352 | readability-redundant-member-init, | 
|  | 353 | readability-redundant-preprocessor, | 
|  | 354 | readability-redundant-smartptr-get, | 
|  | 355 | readability-redundant-string-cstr, | 
|  | 356 | readability-redundant-string-init, | 
|  | 357 | readability-reference-to-constructed-temporary, | 
|  | 358 | readability-simplify-boolean-expr, | 
|  | 359 | readability-simplify-subscript-expr, | 
|  | 360 | readability-static-definition-in-anonymous-namespace, | 
|  | 361 | readability-string-compare, | 
|  | 362 | readability-suspicious-call-argument, | 
|  | 363 | readability-uniqueptr-delete-release, | 
|  | 364 | readability-uppercase-literal-suffix | 
|  | 365 | ' | 
|  | 366 |  | 
|  | 367 | CheckOptions: | 
|  | 368 | -   key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams | 
|  | 369 | value: true | 
|  | 370 | -   key: misc-include-cleaner.IgnoreHeaders | 
|  | 371 | value: ((stdlib.h)|(nlohmann/json_fwd.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/chrono.h)|(boost/system/error_code.hpp)) | 
|  | 372 | -   key: readability-identifier-naming.ClassCase | 
|  | 373 | value: CamelCase | 
|  | 374 | -   key: readability-identifier-naming.FunctionCase | 
|  | 375 | value: camelBack | 
|  | 376 | -   key: readability-identifier-naming.NamespaceCase | 
|  | 377 | value: lower_case | 
|  | 378 | -   key: readability-identifier-naming.ParameterCase | 
|  | 379 | value: camelBack | 
|  | 380 | -   key: readability-identifier-naming.StructCase | 
|  | 381 | value: CamelCase | 
|  | 382 | -   key: readability-identifier-naming.VariableCase | 
|  | 383 | value: camelBack | 
|  | 384 |  | 
|  | 385 | HeaderFilterRegex: .* | 
| Ed Tanous | 8a57ec0 | 2020-10-09 12:46:52 -0700 | [diff] [blame] | 386 |  | 
|  | 387 | WarningsAsErrors: '*' |