blob: ca103f34cfaf53a4d82501313b3d8de5fb7861df [file] [log] [blame]
Ed Tanous3174e4d2020-10-07 11:41:22 -07001Checks: '
2-*,
Ed Tanousd63c72e2022-01-06 12:49:12 -08003boost-use-to-string,
Ed Tanousf23b7292020-10-15 09:41:17 -07004bugprone-argument-comment,
5bugprone-assert-side-effect,
Ed Tanousd5736ef2023-07-06 10:37:23 -07006bugprone-assignment-in-if-condition,
Ed Tanousf23b7292020-10-15 09:41:17 -07007bugprone-bad-signal-to-kill-thread,
8bugprone-bool-pointer-implicit-conversion,
9bugprone-branch-clone,
Ed Tanous3be101c2024-03-20 12:57:47 -070010bugprone-casting-through-void,
11bugprone-chained-comparison,
12bugprone-compare-pointer-to-member-virtual-function,
Ed Tanousf23b7292020-10-15 09:41:17 -070013bugprone-copy-constructor-init,
14bugprone-dangling-handle,
15bugprone-dynamic-static-initializers,
Ed Tanous3be101c2024-03-20 12:57:47 -070016bugprone-empty-catch,
Ed Tanousd5736ef2023-07-06 10:37:23 -070017bugprone-exception-escape,
Ed Tanousf23b7292020-10-15 09:41:17 -070018bugprone-fold-init-type,
19bugprone-forward-declaration-namespace,
20bugprone-forwarding-reference-overload,
Ed Tanous6de264c2022-01-06 12:47:59 -080021bugprone-implicit-widening-of-multiplication-result,
Ed Tanousf23b7292020-10-15 09:41:17 -070022bugprone-inaccurate-erase,
Ed Tanous3be101c2024-03-20 12:57:47 -070023bugprone-inc-dec-in-conditions,
24bugprone-incorrect-enable-if,
Ed Tanousf23b7292020-10-15 09:41:17 -070025bugprone-incorrect-roundings,
26bugprone-infinite-loop,
27bugprone-integer-division,
28bugprone-lambda-function-name,
29bugprone-macro-parentheses,
30bugprone-macro-repeated-side-effects,
31bugprone-misplaced-operator-in-strlen-in-alloc,
32bugprone-misplaced-pointer-arithmetic-in-alloc,
33bugprone-misplaced-widening-cast,
Ed Tanousf94c4ec2022-01-06 12:44:41 -080034bugprone-move-forwarding-reference,
Ed Tanousf79ce6a2024-03-20 12:27:06 -070035bugprone-multi-level-implicit-pointer-conversion,
Ed Tanous3be101c2024-03-20 12:57:47 -070036bugprone-multiple-new-in-one-expression,
Ed Tanousf23b7292020-10-15 09:41:17 -070037bugprone-multiple-statement-macro,
38bugprone-narrowing-conversions,
39bugprone-no-escape,
Ed Tanous3be101c2024-03-20 12:57:47 -070040bugprone-non-zero-enum-to-bool-conversion,
Ed Tanousf23b7292020-10-15 09:41:17 -070041bugprone-not-null-terminated-result,
Ed Tanous3be101c2024-03-20 12:57:47 -070042bugprone-optional-value-conversion,
Ed Tanousf23b7292020-10-15 09:41:17 -070043bugprone-parent-virtual-call,
44bugprone-posix-return,
Ed Tanousd63c72e2022-01-06 12:49:12 -080045bugprone-redundant-branch-condition,
Ed Tanousf23b7292020-10-15 09:41:17 -070046bugprone-reserved-identifier,
Ed Tanousd5736ef2023-07-06 10:37:23 -070047bugprone-shared-ptr-array-mismatch,
Ed Tanousd63c72e2022-01-06 12:49:12 -080048bugprone-signal-handler,
Ed Tanousf23b7292020-10-15 09:41:17 -070049bugprone-signed-char-misuse,
50bugprone-sizeof-container,
51bugprone-sizeof-expression,
52bugprone-spuriously-wake-up-functions,
Ed Tanousd5736ef2023-07-06 10:37:23 -070053bugprone-standalone-empty,
Ed Tanousf23b7292020-10-15 09:41:17 -070054bugprone-string-constructor,
55bugprone-string-integer-assignment,
56bugprone-string-literal-with-embedded-nul,
Ed Tanousd5736ef2023-07-06 10:37:23 -070057bugprone-stringview-nullptr,
Ed Tanousf23b7292020-10-15 09:41:17 -070058bugprone-suspicious-enum-usage,
Ed Tanousd63c72e2022-01-06 12:49:12 -080059bugprone-suspicious-include,
Ed Tanousd5736ef2023-07-06 10:37:23 -070060bugprone-suspicious-memory-comparison,
Ed Tanousf23b7292020-10-15 09:41:17 -070061bugprone-suspicious-memset-usage,
62bugprone-suspicious-missing-comma,
Ed Tanousd5736ef2023-07-06 10:37:23 -070063bugprone-suspicious-realloc-usage,
Ed Tanousf23b7292020-10-15 09:41:17 -070064bugprone-suspicious-semicolon,
65bugprone-suspicious-string-compare,
66bugprone-swapped-arguments,
Ed Tanous3be101c2024-03-20 12:57:47 -070067bugprone-switch-missing-default-case,
Ed Tanousf23b7292020-10-15 09:41:17 -070068bugprone-terminating-continue,
69bugprone-throw-keyword-missing,
70bugprone-too-small-loop-variable,
Ed Tanousd547d8d2024-03-16 18:04:41 -070071bugprone-unchecked-optional-access,
Ed Tanousf23b7292020-10-15 09:41:17 -070072bugprone-undefined-memory-manipulation,
73bugprone-undelegated-constructor,
Ed Tanousd63c72e2022-01-06 12:49:12 -080074bugprone-unhandled-exception-at-new,
Ed Tanousf23b7292020-10-15 09:41:17 -070075bugprone-unhandled-self-assignment,
Ed Tanous3be101c2024-03-20 12:57:47 -070076bugprone-unique-ptr-array-mismatch,
77bugprone-unsafe-functions,
78bugprone-unused-local-non-trivial-variable,
Ed Tanousf23b7292020-10-15 09:41:17 -070079bugprone-unused-raii,
80bugprone-unused-return-value,
81bugprone-use-after-move,
82bugprone-virtual-near-miss,
83cert-con36-c,
84cert-con54-cpp,
85cert-dcl03-c,
86cert-dcl16-c,
87cert-dcl21-cpp,
88cert-dcl37-c,
89cert-dcl50-cpp,
90cert-dcl51-cpp,
91cert-dcl54-cpp,
92cert-dcl58-cpp,
93cert-dcl59-cpp,
94cert-env33-c,
95cert-err09-cpp,
96cert-err34-c,
97cert-err52-cpp,
98cert-err60-cpp,
99cert-err61-cpp,
100cert-fio38-c,
101cert-flp30-c,
102cert-mem57-cpp,
103cert-msc30-c,
104cert-msc32-c,
105cert-msc50-cpp,
106cert-msc51-cpp,
107cert-oop11-cpp,
108cert-oop54-cpp,
109cert-oop57-cpp,
Ed Tanousd63c72e2022-01-06 12:49:12 -0800110cert-oop58-cpp,
111cert-pos44-c,
112cert-pos47-c,
113cert-sig30-c,
114cert-str34-c,
Ed Tanous5db33d62023-07-06 12:34:45 -0700115clang-analyzer-apiModeling.Errno,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700116clang-analyzer-apiModeling.StdCLibraryFunctions,
117clang-analyzer-apiModeling.TrustNonnull,
Ed Tanous5db33d62023-07-06 12:34:45 -0700118clang-analyzer-apiModeling.TrustReturnsNonnull,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700119clang-analyzer-apiModeling.google.GTest,
120clang-analyzer-apiModeling.llvm.CastValue,
121clang-analyzer-apiModeling.llvm.ReturnValue,
122clang-analyzer-core.CallAndMessage,
123clang-analyzer-core.CallAndMessageModeling,
124clang-analyzer-core.DivideZero,
125clang-analyzer-core.DynamicTypePropagation,
126clang-analyzer-core.NonNullParamChecker,
127clang-analyzer-core.NonnilStringConstants,
128clang-analyzer-core.NullDereference,
129clang-analyzer-core.StackAddrEscapeBase,
130clang-analyzer-core.StackAddressEscape,
131clang-analyzer-core.UndefinedBinaryOperatorResult,
132clang-analyzer-core.VLASize,
133clang-analyzer-core.builtin.BuiltinFunctions,
134clang-analyzer-core.builtin.NoReturnFunctions,
135clang-analyzer-core.uninitialized.ArraySubscript,
136clang-analyzer-core.uninitialized.Assign,
137clang-analyzer-core.uninitialized.Branch,
138clang-analyzer-core.uninitialized.CapturedBlockVariable,
Ed Tanous5db33d62023-07-06 12:34:45 -0700139clang-analyzer-core.uninitialized.NewArraySize,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700140clang-analyzer-core.uninitialized.UndefReturn,
141clang-analyzer-cplusplus.InnerPointer,
142clang-analyzer-cplusplus.Move,
143clang-analyzer-cplusplus.NewDelete,
144clang-analyzer-cplusplus.NewDeleteLeaks,
145clang-analyzer-cplusplus.PlacementNew,
146clang-analyzer-cplusplus.PureVirtualCall,
147clang-analyzer-cplusplus.SelfAssignment,
148clang-analyzer-cplusplus.SmartPtrModeling,
Ed Tanous5db33d62023-07-06 12:34:45 -0700149clang-analyzer-cplusplus.StringChecker,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700150clang-analyzer-cplusplus.VirtualCallModeling,
151clang-analyzer-deadcode.DeadStores,
152clang-analyzer-fuchsia.HandleChecker,
153clang-analyzer-nullability.NullPassedToNonnull,
154clang-analyzer-nullability.NullReturnedFromNonnull,
155clang-analyzer-nullability.NullabilityBase,
156clang-analyzer-nullability.NullableDereferenced,
157clang-analyzer-nullability.NullablePassedToNonnull,
158clang-analyzer-nullability.NullableReturnedFromNonnull,
159clang-analyzer-optin.cplusplus.UninitializedObject,
160clang-analyzer-optin.cplusplus.VirtualCall,
161clang-analyzer-optin.mpi.MPI-Checker,
162clang-analyzer-optin.osx.OSObjectCStyleCast,
163clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
164clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
165clang-analyzer-optin.performance.GCDAntipattern,
166clang-analyzer-optin.performance.Padding,
167clang-analyzer-optin.portability.UnixAPI,
168clang-analyzer-osx.API,
169clang-analyzer-osx.MIG,
170clang-analyzer-osx.NSOrCFErrorDerefChecker,
171clang-analyzer-osx.NumberObjectConversion,
172clang-analyzer-osx.OSObjectRetainCount,
173clang-analyzer-osx.ObjCProperty,
174clang-analyzer-osx.SecKeychainAPI,
175clang-analyzer-osx.cocoa.AtSync,
176clang-analyzer-osx.cocoa.AutoreleaseWrite,
177clang-analyzer-osx.cocoa.ClassRelease,
178clang-analyzer-osx.cocoa.Dealloc,
179clang-analyzer-osx.cocoa.IncompatibleMethodTypes,
180clang-analyzer-osx.cocoa.Loops,
181clang-analyzer-osx.cocoa.MissingSuperCall,
182clang-analyzer-osx.cocoa.NSAutoreleasePool,
183clang-analyzer-osx.cocoa.NSError,
184clang-analyzer-osx.cocoa.NilArg,
185clang-analyzer-osx.cocoa.NonNilReturnValue,
186clang-analyzer-osx.cocoa.ObjCGenerics,
187clang-analyzer-osx.cocoa.RetainCount,
188clang-analyzer-osx.cocoa.RetainCountBase,
189clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak,
190clang-analyzer-osx.cocoa.SelfInit,
191clang-analyzer-osx.cocoa.SuperDealloc,
192clang-analyzer-osx.cocoa.UnusedIvars,
193clang-analyzer-osx.cocoa.VariadicMethodTypes,
194clang-analyzer-osx.coreFoundation.CFError,
195clang-analyzer-osx.coreFoundation.CFNumber,
196clang-analyzer-osx.coreFoundation.CFRetainRelease,
197clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
198clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
199clang-analyzer-security.FloatLoopCounter,
200clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
201clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
202clang-analyzer-security.insecureAPI.UncheckedReturn,
203clang-analyzer-security.insecureAPI.bcmp,
204clang-analyzer-security.insecureAPI.bcopy,
205clang-analyzer-security.insecureAPI.bzero,
206clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
207clang-analyzer-security.insecureAPI.getpw,
208clang-analyzer-security.insecureAPI.gets,
209clang-analyzer-security.insecureAPI.mkstemp,
210clang-analyzer-security.insecureAPI.mktemp,
211clang-analyzer-security.insecureAPI.rand,
212clang-analyzer-security.insecureAPI.strcpy,
213clang-analyzer-security.insecureAPI.vfork,
214clang-analyzer-unix.API,
215clang-analyzer-unix.DynamicMemoryModeling,
216clang-analyzer-unix.Malloc,
217clang-analyzer-unix.MallocSizeof,
218clang-analyzer-unix.MismatchedDeallocator,
219clang-analyzer-unix.Vfork,
220clang-analyzer-unix.cstring.BadSizeArg,
221clang-analyzer-unix.cstring.CStringModeling,
222clang-analyzer-unix.cstring.NullArg,
223clang-analyzer-valist.CopyToSelf,
224clang-analyzer-valist.Uninitialized,
225clang-analyzer-valist.Unterminated,
226clang-analyzer-valist.ValistBase,
227clang-analyzer-webkit.NoUncountedMemberChecker,
228clang-analyzer-webkit.RefCntblBaseVirtualDtor,
Ed Tanous5db33d62023-07-06 12:34:45 -0700229clang-analyzer-webkit.UncountedLambdaCapturesChecker,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800230cppcoreguidelines-avoid-c-arrays,
231cppcoreguidelines-avoid-goto,
Ed Tanouscf9e4172022-12-21 09:30:16 -0800232cppcoreguidelines-avoid-non-const-global-variables,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800233cppcoreguidelines-c-copy-assignment-signature,
234cppcoreguidelines-explicit-virtual-functions,
Ed Tanous543f4402022-01-06 13:12:53 -0800235cppcoreguidelines-init-variables,
Ed Tanousd3a9e082022-01-07 09:30:41 -0800236cppcoreguidelines-interfaces-global-init,
Ed Tanous600d2392022-01-07 09:32:03 -0800237cppcoreguidelines-macro-usage,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800238cppcoreguidelines-narrowing-conversions,
Ed Tanousfcc5aa62022-01-07 09:40:43 -0800239cppcoreguidelines-no-malloc,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800240cppcoreguidelines-prefer-member-initializer,
Ed Tanous9b6ffca2022-01-07 09:33:43 -0800241cppcoreguidelines-pro-bounds-array-to-pointer-decay,
Ed Tanousca45aa32022-01-07 09:28:45 -0800242cppcoreguidelines-pro-bounds-pointer-arithmetic,
Ed Tanous4ecc6182022-01-07 09:36:26 -0800243cppcoreguidelines-pro-type-const-cast,
Ed Tanous4bac4a82022-01-07 09:37:55 -0800244cppcoreguidelines-pro-type-cstyle-cast,
Ed Tanousd3a9e082022-01-07 09:30:41 -0800245cppcoreguidelines-pro-type-member-init,
Ed Tanous46ff87b2022-01-07 09:25:51 -0800246cppcoreguidelines-pro-type-reinterpret-cast,
Ed Tanousadf3d0e2022-01-07 09:42:21 -0800247cppcoreguidelines-pro-type-static-cast-downcast,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800248cppcoreguidelines-pro-type-union-access,
Ed Tanous49d1eea2022-01-07 09:39:33 -0800249cppcoreguidelines-pro-type-vararg,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800250cppcoreguidelines-slicing,
Ed Tanousecd6a3a2022-01-07 09:18:40 -0800251cppcoreguidelines-special-member-functions,
Ed Tanous4e23a442022-06-06 09:57:26 -0700252google-explicit-constructor,
Ed Tanous5a785c82024-03-20 13:16:06 -0700253misc-coroutine-hostile-raii,
254misc-header-include-cycle,
255misc-misleading-bidirectional,
256misc-misleading-identifier,
Ed Tanousf23b7292020-10-15 09:41:17 -0700257misc-misplaced-const,
Ed Tanous5a785c82024-03-20 13:16:06 -0700258misc-new-delete-overloads,
259misc-non-copyable-objects,
Ed Tanousf23b7292020-10-15 09:41:17 -0700260misc-redundant-expression,
261misc-static-assert,
262misc-throw-by-value-catch-by-reference,
263misc-unconventional-assign-operator,
264misc-uniqueptr-reset-release,
Ed Tanous5a785c82024-03-20 13:16:06 -0700265misc-unused-alias-decls,
266misc-unused-parameters,
Ed Tanousf23b7292020-10-15 09:41:17 -0700267misc-unused-using-decls,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700268modernize-avoid-bind,
269modernize-deprecated-headers,
270modernize-deprecated-ios-base-aliases,
271modernize-loop-convert,
272modernize-make-shared,
273modernize-make-unique,
274modernize-raw-string-literal,
Ed Tanousd9fcfcc2023-07-06 12:14:44 -0700275modernize-redundant-void-arg,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700276modernize-replace-auto-ptr,
277modernize-replace-random-shuffle,
278modernize-return-braced-init-list,
279modernize-shrink-to-fit,
280modernize-unary-static-assert,
281modernize-use-bool-literals,
282modernize-use-default-member-init,
283modernize-use-emplace,
284modernize-use-equals-default,
285modernize-use-equals-delete,
286modernize-use-noexcept,
287modernize-use-nullptr,
288modernize-use-override,
289modernize-use-transparent-functors,
290modernize-use-uncaught-exceptions,
291modernize-use-using,
Ed Tanousf23b7292020-10-15 09:41:17 -0700292performance-faster-string-find,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700293performance-for-range-copy,
294performance-implicit-conversion-in-loop,
295performance-inefficient-algorithm,
Ed Tanousf23b7292020-10-15 09:41:17 -0700296performance-inefficient-string-concatenation,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700297performance-inefficient-vector-operation,
Ed Tanousf23b7292020-10-15 09:41:17 -0700298performance-move-const-arg,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700299performance-move-constructor-init,
300performance-no-automatic-move,
Ed Tanous31873b32022-01-25 16:27:50 -0800301performance-no-int-to-ptr,
Ed Tanousf23b7292020-10-15 09:41:17 -0700302performance-noexcept-move-constructor,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700303performance-trivially-destructible,
304performance-type-promotion-in-math-fn,
305performance-unnecessary-copy-initialization,
Ed Tanousf23b7292020-10-15 09:41:17 -0700306performance-unnecessary-value-param,
Ed Tanous9eb808c2022-01-25 10:19:23 -0800307readability-avoid-const-params-in-decls,
Ed Tanousddf35642024-03-27 14:12:21 -0700308readability-avoid-nested-conditional-operator,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700309readability-braces-around-statements,
310readability-const-return-type,
Ed Tanousdb0d36e2023-06-30 10:37:05 -0700311readability-container-contains,
Ed Tanous0f837072023-06-30 09:57:26 -0700312readability-container-data-pointer,
Ed Tanous26f69762022-01-25 09:49:11 -0800313readability-container-size-empty,
Ed Tanous56d23962022-02-14 20:42:02 -0800314readability-convert-member-functions-to-static,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700315readability-delete-null-pointer,
316readability-deleted-default,
Ed Tanousf23b7292020-10-15 09:41:17 -0700317readability-else-after-return,
Ed Tanous55f79e62022-01-25 11:26:16 -0800318readability-function-size,
319readability-identifier-naming,
Ed Tanouse662eae2022-01-25 10:39:19 -0800320readability-implicit-bool-conversion,
Ed Tanous55f79e62022-01-25 11:26:16 -0800321readability-inconsistent-declaration-parameter-name,
322readability-isolate-declaration,
Ed Tanous56d23962022-02-14 20:42:02 -0800323readability-make-member-function-const,
Ed Tanous55f79e62022-01-25 11:26:16 -0800324readability-misleading-indentation,
325readability-misplaced-array-index,
Ed Tanous104f09c2022-01-25 09:56:04 -0800326readability-named-parameter,
Ed Tanous56d23962022-02-14 20:42:02 -0800327readability-non-const-parameter,
Ed Tanous55f79e62022-01-25 11:26:16 -0800328readability-qualified-auto,
329readability-redundant-access-specifiers,
Ed Tanousdcf2ebc2022-01-25 10:07:45 -0800330readability-redundant-control-flow,
Ed Tanouse05aec52022-01-25 10:28:56 -0800331readability-redundant-declaration,
332readability-redundant-function-ptr-dereference,
Ed Tanous9de65b32024-03-27 13:34:40 -0700333readability-redundant-inline-specifier,
Ed Tanouse05aec52022-01-25 10:28:56 -0800334readability-redundant-member-init,
335readability-redundant-preprocessor,
336readability-redundant-smartptr-get,
337readability-redundant-string-cstr,
338readability-redundant-string-init,
Ed Tanous55f79e62022-01-25 11:26:16 -0800339readability-simplify-boolean-expr,
340readability-simplify-subscript-expr,
Ed Tanous71d5d8d2022-01-25 11:04:33 -0800341readability-static-accessed-through-instance,
Ed Tanous55f79e62022-01-25 11:26:16 -0800342readability-static-definition-in-anonymous-namespace,
343readability-string-compare,
344readability-suspicious-call-argument,
345readability-uniqueptr-delete-release,
Ed Tanousdbb59d42022-01-25 11:09:55 -0800346readability-uppercase-literal-suffix'
Ed Tanous3174e4d2020-10-07 11:41:22 -0700347
348WarningsAsErrors: '*'
Ed Tanousb0bb6f22020-09-28 16:43:15 -0700349HeaderFilterRegex: '.*'
350CheckOptions:
351 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
352 - { key: readability-identifier-naming.VariableCase, value: camelBack }
353 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
Ed Tanous81ce6092020-12-17 16:54:55 +0000354 - { key: readability-identifier-naming.ParameterCase, value: camelBack }
Ed Tanousb0bb6f22020-09-28 16:43:15 -0700355 - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
356 - { key: readability-identifier-naming.StructCase, value: CamelCase }
Ed Tanous62598e32023-07-17 17:06:25 -0700357 - { key: readability-identifier-naming.FunctionIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
Ed Tanous0ec8b832022-03-14 14:56:47 -0700358 - { key: cppcoreguidelines-macro-usage.AllowedRegexp, value: DEBUG*|NLOHMANN_JSON_SERIALIZE_ENUM }
Ed Tanousd9f466b2023-03-06 15:04:25 -0800359 - { key: performance-unnecessary-value-param.AllowedTypes, value: ((segments_view)|(url_view)) }
Ed Tanousf0b59af2024-03-20 13:38:04 -0700360 - { key: misc-include-cleaner.IgnoreHeaders, value: ((nlohmann/json_fwd.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/chrono.h)|(boost/system/error_code.hpp)) }