| Patrick Williams | ac67f71 | 2025-05-30 10:26:33 -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.StdCLibraryFunctions, | 
 | 114 |     clang-analyzer-apiModeling.TrustNonnull, | 
 | 115 |     clang-analyzer-apiModeling.TrustReturnsNonnull, | 
 | 116 |     clang-analyzer-apiModeling.google.GTest, | 
 | 117 |     clang-analyzer-apiModeling.llvm.CastValue, | 
 | 118 |     clang-analyzer-apiModeling.llvm.ReturnValue, | 
 | 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.cplusplus.UninitializedObject, | 
 | 157 |     clang-analyzer-optin.cplusplus.VirtualCall, | 
 | 158 |     clang-analyzer-optin.mpi.MPI-Checker, | 
 | 159 |     clang-analyzer-optin.osx.OSObjectCStyleCast, | 
 | 160 |     clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker, | 
 | 161 |     clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker, | 
 | 162 |     clang-analyzer-optin.performance.GCDAntipattern, | 
 | 163 |     clang-analyzer-optin.performance.Padding, | 
 | 164 |     clang-analyzer-optin.portability.UnixAPI, | 
 | 165 |     clang-analyzer-osx.API, | 
 | 166 |     clang-analyzer-osx.MIG, | 
 | 167 |     clang-analyzer-osx.NSOrCFErrorDerefChecker, | 
 | 168 |     clang-analyzer-osx.NumberObjectConversion, | 
 | 169 |     clang-analyzer-osx.OSObjectRetainCount, | 
 | 170 |     clang-analyzer-osx.ObjCProperty, | 
 | 171 |     clang-analyzer-osx.SecKeychainAPI, | 
 | 172 |     clang-analyzer-osx.cocoa.AtSync, | 
 | 173 |     clang-analyzer-osx.cocoa.AutoreleaseWrite, | 
 | 174 |     clang-analyzer-osx.cocoa.ClassRelease, | 
 | 175 |     clang-analyzer-osx.cocoa.Dealloc, | 
 | 176 |     clang-analyzer-osx.cocoa.IncompatibleMethodTypes, | 
 | 177 |     clang-analyzer-osx.cocoa.Loops, | 
 | 178 |     clang-analyzer-osx.cocoa.MissingSuperCall, | 
 | 179 |     clang-analyzer-osx.cocoa.NSAutoreleasePool, | 
 | 180 |     clang-analyzer-osx.cocoa.NSError, | 
 | 181 |     clang-analyzer-osx.cocoa.NilArg, | 
 | 182 |     clang-analyzer-osx.cocoa.NonNilReturnValue, | 
 | 183 |     clang-analyzer-osx.cocoa.ObjCGenerics, | 
 | 184 |     clang-analyzer-osx.cocoa.RetainCount, | 
 | 185 |     clang-analyzer-osx.cocoa.RetainCountBase, | 
 | 186 |     clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak, | 
 | 187 |     clang-analyzer-osx.cocoa.SelfInit, | 
 | 188 |     clang-analyzer-osx.cocoa.SuperDealloc, | 
 | 189 |     clang-analyzer-osx.cocoa.UnusedIvars, | 
 | 190 |     clang-analyzer-osx.cocoa.VariadicMethodTypes, | 
 | 191 |     clang-analyzer-osx.coreFoundation.CFError, | 
 | 192 |     clang-analyzer-osx.coreFoundation.CFNumber, | 
 | 193 |     clang-analyzer-osx.coreFoundation.CFRetainRelease, | 
 | 194 |     clang-analyzer-osx.coreFoundation.containers.OutOfBounds, | 
 | 195 |     clang-analyzer-osx.coreFoundation.containers.PointerSizedValues, | 
 | 196 |     clang-analyzer-security.FloatLoopCounter, | 
 | 197 |     clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, | 
 | 198 |     clang-analyzer-security.insecureAPI.SecuritySyntaxChecker, | 
 | 199 |     clang-analyzer-security.insecureAPI.UncheckedReturn, | 
 | 200 |     clang-analyzer-security.insecureAPI.bcmp, | 
 | 201 |     clang-analyzer-security.insecureAPI.bcopy, | 
 | 202 |     clang-analyzer-security.insecureAPI.bzero, | 
 | 203 |     clang-analyzer-security.insecureAPI.decodeValueOfObjCType, | 
 | 204 |     clang-analyzer-security.insecureAPI.getpw, | 
 | 205 |     clang-analyzer-security.insecureAPI.gets, | 
 | 206 |     clang-analyzer-security.insecureAPI.mkstemp, | 
 | 207 |     clang-analyzer-security.insecureAPI.mktemp, | 
 | 208 |     clang-analyzer-security.insecureAPI.rand, | 
 | 209 |     clang-analyzer-security.insecureAPI.strcpy, | 
 | 210 |     clang-analyzer-security.insecureAPI.vfork, | 
 | 211 |     clang-analyzer-unix.API, | 
 | 212 |     clang-analyzer-unix.DynamicMemoryModeling, | 
 | 213 |     clang-analyzer-unix.Malloc, | 
 | 214 |     clang-analyzer-unix.MallocSizeof, | 
 | 215 |     clang-analyzer-unix.MismatchedDeallocator, | 
 | 216 |     clang-analyzer-unix.Vfork, | 
 | 217 |     clang-analyzer-unix.cstring.BadSizeArg, | 
 | 218 |     clang-analyzer-unix.cstring.CStringModeling, | 
 | 219 |     clang-analyzer-unix.cstring.NullArg, | 
 | 220 |     clang-analyzer-valist.CopyToSelf, | 
 | 221 |     clang-analyzer-valist.Uninitialized, | 
 | 222 |     clang-analyzer-valist.Unterminated, | 
 | 223 |     clang-analyzer-valist.ValistBase, | 
 | 224 |     clang-analyzer-webkit.NoUncountedMemberChecker, | 
 | 225 |     clang-analyzer-webkit.RefCntblBaseVirtualDtor, | 
 | 226 |     clang-analyzer-webkit.UncountedLambdaCapturesChecker, | 
 | 227 |     cppcoreguidelines-avoid-c-arrays, | 
 | 228 |     cppcoreguidelines-avoid-goto, | 
 | 229 |     cppcoreguidelines-avoid-non-const-global-variables, | 
 | 230 |     cppcoreguidelines-c-copy-assignment-signature, | 
 | 231 |     cppcoreguidelines-explicit-virtual-functions, | 
 | 232 |     cppcoreguidelines-init-variables, | 
 | 233 |     cppcoreguidelines-interfaces-global-init, | 
 | 234 |     cppcoreguidelines-macro-usage, | 
 | 235 |     cppcoreguidelines-no-malloc, | 
 | 236 |     cppcoreguidelines-prefer-member-initializer, | 
 | 237 |     cppcoreguidelines-pro-bounds-array-to-pointer-decay, | 
 | 238 |     cppcoreguidelines-pro-bounds-pointer-arithmetic, | 
 | 239 |     cppcoreguidelines-pro-type-const-cast, | 
 | 240 |     cppcoreguidelines-pro-type-cstyle-cast, | 
 | 241 |     cppcoreguidelines-pro-type-member-init, | 
 | 242 |     cppcoreguidelines-pro-type-reinterpret-cast, | 
 | 243 |     cppcoreguidelines-pro-type-static-cast-downcast, | 
 | 244 |     cppcoreguidelines-pro-type-union-access, | 
 | 245 |     cppcoreguidelines-slicing, | 
 | 246 |     google-explicit-constructor, | 
 | 247 |     misc-coroutine-hostile-raii, | 
 | 248 |     misc-header-include-cycle, | 
 | 249 |     misc-misleading-bidirectional, | 
 | 250 |     misc-misleading-identifier, | 
 | 251 |     misc-misplaced-const, | 
 | 252 |     misc-new-delete-overloads, | 
 | 253 |     misc-non-copyable-objects, | 
 | 254 |     misc-redundant-expression, | 
 | 255 |     misc-static-assert, | 
 | 256 |     misc-throw-by-value-catch-by-reference, | 
 | 257 |     misc-unconventional-assign-operator, | 
 | 258 |     misc-uniqueptr-reset-release, | 
 | 259 |     misc-unused-alias-decls, | 
 | 260 |     misc-unused-parameters, | 
 | 261 |     misc-unused-using-decls, | 
 | 262 |     modernize-avoid-bind, | 
 | 263 |     modernize-deprecated-headers, | 
 | 264 |     modernize-deprecated-ios-base-aliases, | 
 | 265 |     modernize-loop-convert, | 
 | 266 |     modernize-make-shared, | 
 | 267 |     modernize-make-unique, | 
 | 268 |     modernize-raw-string-literal, | 
 | 269 |     modernize-redundant-void-arg, | 
 | 270 |     modernize-replace-auto-ptr, | 
 | 271 |     modernize-replace-random-shuffle, | 
 | 272 |     modernize-return-braced-init-list, | 
 | 273 |     modernize-shrink-to-fit, | 
 | 274 |     modernize-unary-static-assert, | 
 | 275 |     modernize-use-bool-literals, | 
 | 276 |     modernize-use-default-member-init, | 
 | 277 |     modernize-use-emplace, | 
 | 278 |     modernize-use-equals-default, | 
 | 279 |     modernize-use-equals-delete, | 
 | 280 |     modernize-use-noexcept, | 
 | 281 |     modernize-use-nullptr, | 
 | 282 |     modernize-use-override, | 
 | 283 |     modernize-use-transparent-functors, | 
 | 284 |     modernize-use-uncaught-exceptions, | 
 | 285 |     modernize-use-using, | 
 | 286 |     performance-faster-string-find, | 
 | 287 |     performance-for-range-copy, | 
 | 288 |     performance-implicit-conversion-in-loop, | 
 | 289 |     performance-inefficient-algorithm, | 
 | 290 |     performance-inefficient-string-concatenation, | 
 | 291 |     performance-inefficient-vector-operation, | 
 | 292 |     performance-move-const-arg, | 
 | 293 |     performance-move-constructor-init, | 
 | 294 |     performance-no-automatic-move, | 
 | 295 |     performance-no-int-to-ptr, | 
 | 296 |     performance-noexcept-move-constructor, | 
 | 297 |     performance-trivially-destructible, | 
 | 298 |     performance-type-promotion-in-math-fn, | 
 | 299 |     performance-unnecessary-copy-initialization, | 
 | 300 |     performance-unnecessary-value-param, | 
 | 301 |     readability-avoid-const-params-in-decls, | 
 | 302 |     readability-avoid-nested-conditional-operator, | 
 | 303 |     readability-braces-around-statements, | 
 | 304 |     readability-const-return-type, | 
 | 305 |     readability-container-contains, | 
 | 306 |     readability-container-data-pointer, | 
 | 307 |     readability-container-size-empty, | 
 | 308 |     readability-convert-member-functions-to-static, | 
 | 309 |     readability-delete-null-pointer, | 
 | 310 |     readability-deleted-default, | 
 | 311 |     readability-else-after-return, | 
 | 312 |     readability-function-size, | 
 | 313 |     readability-identifier-naming, | 
 | 314 |     readability-implicit-bool-conversion, | 
 | 315 |     readability-inconsistent-declaration-parameter-name, | 
 | 316 |     readability-isolate-declaration, | 
 | 317 |     readability-make-member-function-const, | 
 | 318 |     readability-misleading-indentation, | 
 | 319 |     readability-misplaced-array-index, | 
 | 320 |     readability-named-parameter, | 
 | 321 |     readability-non-const-parameter, | 
 | 322 |     readability-qualified-auto, | 
 | 323 |     readability-redundant-access-specifiers, | 
 | 324 |     readability-redundant-control-flow, | 
 | 325 |     readability-redundant-declaration, | 
 | 326 |     readability-redundant-function-ptr-dereference, | 
 | 327 |     readability-redundant-inline-specifier, | 
 | 328 |     readability-redundant-member-init, | 
 | 329 |     readability-redundant-preprocessor, | 
 | 330 |     readability-redundant-smartptr-get, | 
 | 331 |     readability-redundant-string-cstr, | 
 | 332 |     readability-redundant-string-init, | 
 | 333 |     readability-simplify-boolean-expr, | 
 | 334 |     readability-simplify-subscript-expr, | 
 | 335 |     readability-static-definition-in-anonymous-namespace, | 
 | 336 |     readability-string-compare, | 
 | 337 |     readability-suspicious-call-argument, | 
 | 338 |     readability-uniqueptr-delete-release, | 
 | 339 |     readability-uppercase-literal-suffix | 
 | 340 |     ' | 
 | 341 |  | 
 | 342 | CheckOptions: | 
 | 343 | -   key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams | 
 | 344 |     value: true | 
 | 345 | -   key: misc-include-cleaner.IgnoreHeaders | 
 | 346 |     value: ((nlohmann/json_fwd.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/chrono.h)|(boost/system/error_code.hpp)) | 
 | 347 | -   key: readability-identifier-naming.ClassCase | 
 | 348 |     value: CamelCase | 
 | 349 | -   key: readability-identifier-naming.FunctionCase | 
 | 350 |     value: camelBack | 
 | 351 | -   key: readability-identifier-naming.NamespaceCase | 
 | 352 |     value: lower_case | 
 | 353 | -   key: readability-identifier-naming.ParameterCase | 
 | 354 |     value: camelBack | 
 | 355 | -   key: readability-identifier-naming.StructCase | 
 | 356 |     value: CamelCase | 
 | 357 | -   key: readability-identifier-naming.VariableCase | 
 | 358 |     value: camelBack | 
 | 359 |  | 
 | 360 | HeaderFilterRegex: .* | 
| Ed Tanous | fc17142 | 2024-04-04 17:18:16 -0700 | [diff] [blame] | 361 |  | 
| Ed Tanous | 07d467b | 2021-02-23 14:48:37 -0800 | [diff] [blame] | 362 | WarningsAsErrors: '*' |