blob: cb24463d9d62b35eaf6dc546f020653aaff8166b [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,
Ed Tanous7da633f2024-12-02 08:25:38 -080014bugprone-crtp-constructor-accessibility,
Ed Tanousf23b7292020-10-15 09:41:17 -070015bugprone-dangling-handle,
16bugprone-dynamic-static-initializers,
Ed Tanous3be101c2024-03-20 12:57:47 -070017bugprone-empty-catch,
Ed Tanousd5736ef2023-07-06 10:37:23 -070018bugprone-exception-escape,
Ed Tanousf23b7292020-10-15 09:41:17 -070019bugprone-fold-init-type,
20bugprone-forward-declaration-namespace,
21bugprone-forwarding-reference-overload,
Ed Tanous6de264c2022-01-06 12:47:59 -080022bugprone-implicit-widening-of-multiplication-result,
Ed Tanousf23b7292020-10-15 09:41:17 -070023bugprone-inaccurate-erase,
Ed Tanous3be101c2024-03-20 12:57:47 -070024bugprone-inc-dec-in-conditions,
25bugprone-incorrect-enable-if,
Ed Tanousf23b7292020-10-15 09:41:17 -070026bugprone-incorrect-roundings,
27bugprone-infinite-loop,
28bugprone-integer-division,
29bugprone-lambda-function-name,
30bugprone-macro-parentheses,
31bugprone-macro-repeated-side-effects,
32bugprone-misplaced-operator-in-strlen-in-alloc,
33bugprone-misplaced-pointer-arithmetic-in-alloc,
34bugprone-misplaced-widening-cast,
Ed Tanousf94c4ec2022-01-06 12:44:41 -080035bugprone-move-forwarding-reference,
Ed Tanousf79ce6a2024-03-20 12:27:06 -070036bugprone-multi-level-implicit-pointer-conversion,
Ed Tanous3be101c2024-03-20 12:57:47 -070037bugprone-multiple-new-in-one-expression,
Ed Tanousf23b7292020-10-15 09:41:17 -070038bugprone-multiple-statement-macro,
39bugprone-narrowing-conversions,
40bugprone-no-escape,
Ed Tanous3be101c2024-03-20 12:57:47 -070041bugprone-non-zero-enum-to-bool-conversion,
Ed Tanousf23b7292020-10-15 09:41:17 -070042bugprone-not-null-terminated-result,
Ed Tanous3be101c2024-03-20 12:57:47 -070043bugprone-optional-value-conversion,
Ed Tanousf23b7292020-10-15 09:41:17 -070044bugprone-parent-virtual-call,
Ed Tanous7da633f2024-12-02 08:25:38 -080045bugprone-pointer-arithmetic-on-polymorphic-object,
Ed Tanousf23b7292020-10-15 09:41:17 -070046bugprone-posix-return,
Ed Tanousd63c72e2022-01-06 12:49:12 -080047bugprone-redundant-branch-condition,
Ed Tanousf23b7292020-10-15 09:41:17 -070048bugprone-reserved-identifier,
Ed Tanous7da633f2024-12-02 08:25:38 -080049bugprone-return-const-ref-from-parameter,
Ed Tanousd5736ef2023-07-06 10:37:23 -070050bugprone-shared-ptr-array-mismatch,
Ed Tanousd63c72e2022-01-06 12:49:12 -080051bugprone-signal-handler,
Ed Tanousf23b7292020-10-15 09:41:17 -070052bugprone-signed-char-misuse,
53bugprone-sizeof-container,
54bugprone-sizeof-expression,
55bugprone-spuriously-wake-up-functions,
Ed Tanousd5736ef2023-07-06 10:37:23 -070056bugprone-standalone-empty,
Ed Tanousf23b7292020-10-15 09:41:17 -070057bugprone-string-constructor,
58bugprone-string-integer-assignment,
59bugprone-string-literal-with-embedded-nul,
Ed Tanousd5736ef2023-07-06 10:37:23 -070060bugprone-stringview-nullptr,
Ed Tanousf23b7292020-10-15 09:41:17 -070061bugprone-suspicious-enum-usage,
Ed Tanousd63c72e2022-01-06 12:49:12 -080062bugprone-suspicious-include,
Ed Tanousd5736ef2023-07-06 10:37:23 -070063bugprone-suspicious-memory-comparison,
Ed Tanousf23b7292020-10-15 09:41:17 -070064bugprone-suspicious-memset-usage,
65bugprone-suspicious-missing-comma,
Ed Tanousd5736ef2023-07-06 10:37:23 -070066bugprone-suspicious-realloc-usage,
Ed Tanousf23b7292020-10-15 09:41:17 -070067bugprone-suspicious-semicolon,
68bugprone-suspicious-string-compare,
Ed Tanous7da633f2024-12-02 08:25:38 -080069bugprone-suspicious-stringview-data-usage,
Ed Tanousf23b7292020-10-15 09:41:17 -070070bugprone-swapped-arguments,
Ed Tanous3be101c2024-03-20 12:57:47 -070071bugprone-switch-missing-default-case,
Ed Tanousf23b7292020-10-15 09:41:17 -070072bugprone-terminating-continue,
73bugprone-throw-keyword-missing,
74bugprone-too-small-loop-variable,
Ed Tanousd547d8d2024-03-16 18:04:41 -070075bugprone-unchecked-optional-access,
Ed Tanousf23b7292020-10-15 09:41:17 -070076bugprone-undefined-memory-manipulation,
77bugprone-undelegated-constructor,
Ed Tanousd63c72e2022-01-06 12:49:12 -080078bugprone-unhandled-exception-at-new,
Ed Tanousf23b7292020-10-15 09:41:17 -070079bugprone-unhandled-self-assignment,
Ed Tanous3be101c2024-03-20 12:57:47 -070080bugprone-unique-ptr-array-mismatch,
81bugprone-unsafe-functions,
82bugprone-unused-local-non-trivial-variable,
Ed Tanousf23b7292020-10-15 09:41:17 -070083bugprone-unused-raii,
84bugprone-unused-return-value,
85bugprone-use-after-move,
86bugprone-virtual-near-miss,
87cert-con36-c,
88cert-con54-cpp,
Ed Tanous7da633f2024-12-02 08:25:38 -080089cert-ctr56-cpp,
Ed Tanousf23b7292020-10-15 09:41:17 -070090cert-dcl03-c,
91cert-dcl16-c,
92cert-dcl21-cpp,
93cert-dcl37-c,
94cert-dcl50-cpp,
95cert-dcl51-cpp,
96cert-dcl54-cpp,
97cert-dcl58-cpp,
98cert-dcl59-cpp,
99cert-env33-c,
100cert-err09-cpp,
101cert-err34-c,
102cert-err52-cpp,
103cert-err60-cpp,
104cert-err61-cpp,
105cert-fio38-c,
106cert-flp30-c,
107cert-mem57-cpp,
108cert-msc30-c,
109cert-msc32-c,
110cert-msc50-cpp,
111cert-msc51-cpp,
112cert-oop11-cpp,
113cert-oop54-cpp,
114cert-oop57-cpp,
Ed Tanousd63c72e2022-01-06 12:49:12 -0800115cert-oop58-cpp,
116cert-pos44-c,
117cert-pos47-c,
118cert-sig30-c,
119cert-str34-c,
Ed Tanous5db33d62023-07-06 12:34:45 -0700120clang-analyzer-apiModeling.Errno,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700121clang-analyzer-apiModeling.TrustNonnull,
Ed Tanous5db33d62023-07-06 12:34:45 -0700122clang-analyzer-apiModeling.TrustReturnsNonnull,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700123clang-analyzer-apiModeling.google.GTest,
124clang-analyzer-apiModeling.llvm.CastValue,
125clang-analyzer-apiModeling.llvm.ReturnValue,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700126clang-analyzer-core.BitwiseShift,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700127clang-analyzer-core.CallAndMessage,
128clang-analyzer-core.CallAndMessageModeling,
129clang-analyzer-core.DivideZero,
130clang-analyzer-core.DynamicTypePropagation,
131clang-analyzer-core.NonNullParamChecker,
132clang-analyzer-core.NonnilStringConstants,
133clang-analyzer-core.NullDereference,
134clang-analyzer-core.StackAddrEscapeBase,
135clang-analyzer-core.StackAddressEscape,
136clang-analyzer-core.UndefinedBinaryOperatorResult,
137clang-analyzer-core.VLASize,
138clang-analyzer-core.builtin.BuiltinFunctions,
139clang-analyzer-core.builtin.NoReturnFunctions,
140clang-analyzer-core.uninitialized.ArraySubscript,
141clang-analyzer-core.uninitialized.Assign,
142clang-analyzer-core.uninitialized.Branch,
143clang-analyzer-core.uninitialized.CapturedBlockVariable,
Ed Tanous5db33d62023-07-06 12:34:45 -0700144clang-analyzer-core.uninitialized.NewArraySize,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700145clang-analyzer-core.uninitialized.UndefReturn,
Ed Tanous7da633f2024-12-02 08:25:38 -0800146clang-analyzer-cplusplus.ArrayDelete,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700147clang-analyzer-cplusplus.InnerPointer,
148clang-analyzer-cplusplus.Move,
149clang-analyzer-cplusplus.NewDelete,
150clang-analyzer-cplusplus.NewDeleteLeaks,
151clang-analyzer-cplusplus.PlacementNew,
152clang-analyzer-cplusplus.PureVirtualCall,
153clang-analyzer-cplusplus.SelfAssignment,
154clang-analyzer-cplusplus.SmartPtrModeling,
Ed Tanous5db33d62023-07-06 12:34:45 -0700155clang-analyzer-cplusplus.StringChecker,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700156clang-analyzer-cplusplus.VirtualCallModeling,
157clang-analyzer-deadcode.DeadStores,
158clang-analyzer-fuchsia.HandleChecker,
159clang-analyzer-nullability.NullPassedToNonnull,
160clang-analyzer-nullability.NullReturnedFromNonnull,
161clang-analyzer-nullability.NullabilityBase,
162clang-analyzer-nullability.NullableDereferenced,
163clang-analyzer-nullability.NullablePassedToNonnull,
164clang-analyzer-nullability.NullableReturnedFromNonnull,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700165clang-analyzer-optin.core.EnumCastOutOfRange,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700166clang-analyzer-optin.cplusplus.UninitializedObject,
167clang-analyzer-optin.cplusplus.VirtualCall,
168clang-analyzer-optin.mpi.MPI-Checker,
169clang-analyzer-optin.osx.OSObjectCStyleCast,
170clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
171clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
172clang-analyzer-optin.performance.GCDAntipattern,
173clang-analyzer-optin.performance.Padding,
Ed Tanous7da633f2024-12-02 08:25:38 -0800174clang-analyzer-optin.taint.TaintedAlloc,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700175clang-analyzer-optin.portability.UnixAPI,
176clang-analyzer-osx.API,
177clang-analyzer-osx.MIG,
178clang-analyzer-osx.NSOrCFErrorDerefChecker,
179clang-analyzer-osx.NumberObjectConversion,
180clang-analyzer-osx.OSObjectRetainCount,
181clang-analyzer-osx.ObjCProperty,
182clang-analyzer-osx.SecKeychainAPI,
183clang-analyzer-osx.cocoa.AtSync,
184clang-analyzer-osx.cocoa.AutoreleaseWrite,
185clang-analyzer-osx.cocoa.ClassRelease,
186clang-analyzer-osx.cocoa.Dealloc,
187clang-analyzer-osx.cocoa.IncompatibleMethodTypes,
188clang-analyzer-osx.cocoa.Loops,
189clang-analyzer-osx.cocoa.MissingSuperCall,
190clang-analyzer-osx.cocoa.NSAutoreleasePool,
191clang-analyzer-osx.cocoa.NSError,
192clang-analyzer-osx.cocoa.NilArg,
193clang-analyzer-osx.cocoa.NonNilReturnValue,
194clang-analyzer-osx.cocoa.ObjCGenerics,
195clang-analyzer-osx.cocoa.RetainCount,
196clang-analyzer-osx.cocoa.RetainCountBase,
197clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak,
198clang-analyzer-osx.cocoa.SelfInit,
199clang-analyzer-osx.cocoa.SuperDealloc,
200clang-analyzer-osx.cocoa.UnusedIvars,
201clang-analyzer-osx.cocoa.VariadicMethodTypes,
202clang-analyzer-osx.coreFoundation.CFError,
203clang-analyzer-osx.coreFoundation.CFNumber,
204clang-analyzer-osx.coreFoundation.CFRetainRelease,
205clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
206clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
207clang-analyzer-security.FloatLoopCounter,
Ed Tanous7da633f2024-12-02 08:25:38 -0800208clang-analyzer-security.PutenvStackArray,
209clang-analyzer-security.SetgidSetuidOrder,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700210clang-analyzer-security.cert.env.InvalidPtr,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700211clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
212clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
213clang-analyzer-security.insecureAPI.UncheckedReturn,
214clang-analyzer-security.insecureAPI.bcmp,
215clang-analyzer-security.insecureAPI.bcopy,
216clang-analyzer-security.insecureAPI.bzero,
217clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
218clang-analyzer-security.insecureAPI.getpw,
219clang-analyzer-security.insecureAPI.gets,
220clang-analyzer-security.insecureAPI.mkstemp,
221clang-analyzer-security.insecureAPI.mktemp,
222clang-analyzer-security.insecureAPI.rand,
223clang-analyzer-security.insecureAPI.strcpy,
224clang-analyzer-security.insecureAPI.vfork,
225clang-analyzer-unix.API,
Ed Tanous7da633f2024-12-02 08:25:38 -0800226clang-analyzer-unix.BlockInCriticalSection,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700227clang-analyzer-unix.DynamicMemoryModeling,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700228clang-analyzer-unix.Errno,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700229clang-analyzer-unix.Malloc,
230clang-analyzer-unix.MallocSizeof,
231clang-analyzer-unix.MismatchedDeallocator,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700232clang-analyzer-unix.StdCLibraryFunctions,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700233clang-analyzer-unix.Vfork,
234clang-analyzer-unix.cstring.BadSizeArg,
235clang-analyzer-unix.cstring.CStringModeling,
236clang-analyzer-unix.cstring.NullArg,
237clang-analyzer-valist.CopyToSelf,
238clang-analyzer-valist.Uninitialized,
239clang-analyzer-valist.Unterminated,
240clang-analyzer-valist.ValistBase,
241clang-analyzer-webkit.NoUncountedMemberChecker,
242clang-analyzer-webkit.RefCntblBaseVirtualDtor,
Ed Tanous5db33d62023-07-06 12:34:45 -0700243clang-analyzer-webkit.UncountedLambdaCapturesChecker,
Ed Tanous7da633f2024-12-02 08:25:38 -0800244concurrency-mt-unsafe,
245concurrency-thread-canceltype-asynchronous,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800246cppcoreguidelines-avoid-c-arrays,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700247cppcoreguidelines-avoid-capturing-lambda-coroutines,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800248cppcoreguidelines-avoid-goto,
Ed Tanouscf9e4172022-12-21 09:30:16 -0800249cppcoreguidelines-avoid-non-const-global-variables,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700250cppcoreguidelines-avoid-reference-coroutine-parameters,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800251cppcoreguidelines-c-copy-assignment-signature,
252cppcoreguidelines-explicit-virtual-functions,
Ed Tanous543f4402022-01-06 13:12:53 -0800253cppcoreguidelines-init-variables,
Ed Tanousd3a9e082022-01-07 09:30:41 -0800254cppcoreguidelines-interfaces-global-init,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700255cppcoreguidelines-macro-to-enum,
Ed Tanous600d2392022-01-07 09:32:03 -0800256cppcoreguidelines-macro-usage,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700257cppcoreguidelines-misleading-capture-default-by-value,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800258cppcoreguidelines-narrowing-conversions,
Ed Tanousfcc5aa62022-01-07 09:40:43 -0800259cppcoreguidelines-no-malloc,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700260cppcoreguidelines-no-suspend-with-lock,
261cppcoreguidelines-noexcept-destructor,
262cppcoreguidelines-noexcept-move-operations,
263cppcoreguidelines-noexcept-swap,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800264cppcoreguidelines-prefer-member-initializer,
Ed Tanous9b6ffca2022-01-07 09:33:43 -0800265cppcoreguidelines-pro-bounds-array-to-pointer-decay,
Ed Tanousca45aa32022-01-07 09:28:45 -0800266cppcoreguidelines-pro-bounds-pointer-arithmetic,
Ed Tanous4ecc6182022-01-07 09:36:26 -0800267cppcoreguidelines-pro-type-const-cast,
Ed Tanous4bac4a82022-01-07 09:37:55 -0800268cppcoreguidelines-pro-type-cstyle-cast,
Ed Tanousd3a9e082022-01-07 09:30:41 -0800269cppcoreguidelines-pro-type-member-init,
Ed Tanous46ff87b2022-01-07 09:25:51 -0800270cppcoreguidelines-pro-type-reinterpret-cast,
Ed Tanousadf3d0e2022-01-07 09:42:21 -0800271cppcoreguidelines-pro-type-static-cast-downcast,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800272cppcoreguidelines-pro-type-union-access,
Ed Tanous49d1eea2022-01-07 09:39:33 -0800273cppcoreguidelines-pro-type-vararg,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700274cppcoreguidelines-rvalue-reference-param-not-moved,
275cppcoreguidelines-use-default-member-init,
276cppcoreguidelines-virtual-class-destructor,
Ed Tanous9bc9dc02022-01-07 09:43:17 -0800277cppcoreguidelines-slicing,
Ed Tanousecd6a3a2022-01-07 09:18:40 -0800278cppcoreguidelines-special-member-functions,
Ed Tanous4e23a442022-06-06 09:57:26 -0700279google-explicit-constructor,
Ed Tanous5a785c82024-03-20 13:16:06 -0700280misc-coroutine-hostile-raii,
Ed Tanous7da633f2024-12-02 08:25:38 -0800281misc-definitions-in-headers,
Ed Tanous5a785c82024-03-20 13:16:06 -0700282misc-header-include-cycle,
Ed Tanous0771a262024-09-02 15:08:41 -0700283misc-include-cleaner,
Ed Tanous5a785c82024-03-20 13:16:06 -0700284misc-misleading-bidirectional,
285misc-misleading-identifier,
Ed Tanousf23b7292020-10-15 09:41:17 -0700286misc-misplaced-const,
Ed Tanous5a785c82024-03-20 13:16:06 -0700287misc-new-delete-overloads,
288misc-non-copyable-objects,
Ed Tanousf23b7292020-10-15 09:41:17 -0700289misc-redundant-expression,
290misc-static-assert,
291misc-throw-by-value-catch-by-reference,
292misc-unconventional-assign-operator,
293misc-uniqueptr-reset-release,
Ed Tanous5a785c82024-03-20 13:16:06 -0700294misc-unused-alias-decls,
295misc-unused-parameters,
Ed Tanousf23b7292020-10-15 09:41:17 -0700296misc-unused-using-decls,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700297modernize-avoid-bind,
298modernize-deprecated-headers,
299modernize-deprecated-ios-base-aliases,
300modernize-loop-convert,
301modernize-make-shared,
302modernize-make-unique,
303modernize-raw-string-literal,
Ed Tanousd9fcfcc2023-07-06 12:14:44 -0700304modernize-redundant-void-arg,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700305modernize-replace-auto-ptr,
306modernize-replace-random-shuffle,
307modernize-return-braced-init-list,
308modernize-shrink-to-fit,
309modernize-unary-static-assert,
310modernize-use-bool-literals,
311modernize-use-default-member-init,
312modernize-use-emplace,
313modernize-use-equals-default,
314modernize-use-equals-delete,
315modernize-use-noexcept,
316modernize-use-nullptr,
317modernize-use-override,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700318modernize-use-starts-ends-with,
319modernize-use-std-numbers,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700320modernize-use-transparent-functors,
321modernize-use-uncaught-exceptions,
322modernize-use-using,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700323performance-avoid-endl,
Ed Tanousf23b7292020-10-15 09:41:17 -0700324performance-faster-string-find,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700325performance-for-range-copy,
326performance-implicit-conversion-in-loop,
327performance-inefficient-algorithm,
Ed Tanousf23b7292020-10-15 09:41:17 -0700328performance-inefficient-string-concatenation,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700329performance-inefficient-vector-operation,
Ed Tanousf23b7292020-10-15 09:41:17 -0700330performance-move-const-arg,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700331performance-move-constructor-init,
332performance-no-automatic-move,
Ed Tanous31873b32022-01-25 16:27:50 -0800333performance-no-int-to-ptr,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700334performance-noexcept-destructor,
Ed Tanousf23b7292020-10-15 09:41:17 -0700335performance-noexcept-move-constructor,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700336performance-noexcept-swap,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700337performance-trivially-destructible,
338performance-type-promotion-in-math-fn,
339performance-unnecessary-copy-initialization,
Ed Tanousf23b7292020-10-15 09:41:17 -0700340performance-unnecessary-value-param,
Ed Tanous9eb808c2022-01-25 10:19:23 -0800341readability-avoid-const-params-in-decls,
Ed Tanousddf35642024-03-27 14:12:21 -0700342readability-avoid-nested-conditional-operator,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700343readability-avoid-return-with-void-value,
344readability-avoid-unconditional-preprocessor-if,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700345readability-braces-around-statements,
346readability-const-return-type,
Ed Tanousdb0d36e2023-06-30 10:37:05 -0700347readability-container-contains,
Ed Tanous0f837072023-06-30 09:57:26 -0700348readability-container-data-pointer,
Ed Tanous26f69762022-01-25 09:49:11 -0800349readability-container-size-empty,
Ed Tanous56d23962022-02-14 20:42:02 -0800350readability-convert-member-functions-to-static,
Ed Tanous3174e4d2020-10-07 11:41:22 -0700351readability-delete-null-pointer,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700352readability-duplicate-include,
Ed Tanousf23b7292020-10-15 09:41:17 -0700353readability-else-after-return,
Ed Tanous55f79e62022-01-25 11:26:16 -0800354readability-function-size,
355readability-identifier-naming,
Ed Tanouse662eae2022-01-25 10:39:19 -0800356readability-implicit-bool-conversion,
Ed Tanous55f79e62022-01-25 11:26:16 -0800357readability-inconsistent-declaration-parameter-name,
358readability-isolate-declaration,
Ed Tanous56d23962022-02-14 20:42:02 -0800359readability-make-member-function-const,
Ed Tanous55f79e62022-01-25 11:26:16 -0800360readability-misleading-indentation,
361readability-misplaced-array-index,
Ed Tanous104f09c2022-01-25 09:56:04 -0800362readability-named-parameter,
Ed Tanous56d23962022-02-14 20:42:02 -0800363readability-non-const-parameter,
Ed Tanous7da633f2024-12-02 08:25:38 -0800364readability-operators-representation,
Ed Tanous55f79e62022-01-25 11:26:16 -0800365readability-qualified-auto,
366readability-redundant-access-specifiers,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700367readability-redundant-casting,
Ed Tanousdcf2ebc2022-01-25 10:07:45 -0800368readability-redundant-control-flow,
Ed Tanouse05aec52022-01-25 10:28:56 -0800369readability-redundant-declaration,
370readability-redundant-function-ptr-dereference,
Ed Tanous9de65b32024-03-27 13:34:40 -0700371readability-redundant-inline-specifier,
Ed Tanouse05aec52022-01-25 10:28:56 -0800372readability-redundant-member-init,
373readability-redundant-preprocessor,
374readability-redundant-smartptr-get,
375readability-redundant-string-cstr,
376readability-redundant-string-init,
Ed Tanous4ba5be52024-03-27 14:27:35 -0700377readability-reference-to-constructed-temporary,
Ed Tanous55f79e62022-01-25 11:26:16 -0800378readability-simplify-boolean-expr,
379readability-simplify-subscript-expr,
Ed Tanous71d5d8d2022-01-25 11:04:33 -0800380readability-static-accessed-through-instance,
Ed Tanous55f79e62022-01-25 11:26:16 -0800381readability-static-definition-in-anonymous-namespace,
382readability-string-compare,
383readability-suspicious-call-argument,
384readability-uniqueptr-delete-release,
Ed Tanous7da633f2024-12-02 08:25:38 -0800385readability-uppercase-literal-suffix,
386readability-use-std-min-max'
Ed Tanous3174e4d2020-10-07 11:41:22 -0700387
388WarningsAsErrors: '*'
Ed Tanousb0bb6f22020-09-28 16:43:15 -0700389HeaderFilterRegex: '.*'
390CheckOptions:
391 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
392 - { key: readability-identifier-naming.VariableCase, value: camelBack }
393 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
Ed Tanous81ce6092020-12-17 16:54:55 +0000394 - { key: readability-identifier-naming.ParameterCase, value: camelBack }
Ed Tanousb0bb6f22020-09-28 16:43:15 -0700395 - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
396 - { key: readability-identifier-naming.StructCase, value: CamelCase }
Ed Tanous62598e32023-07-17 17:06:25 -0700397 - { key: readability-identifier-naming.FunctionIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
Ed Tanous6ea90762024-04-07 08:38:44 -0700398 - { key: readability-identifier-naming.StructIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
Ed Tanous0ec8b832022-03-14 14:56:47 -0700399 - { key: cppcoreguidelines-macro-usage.AllowedRegexp, value: DEBUG*|NLOHMANN_JSON_SERIALIZE_ENUM }
Ed Tanous5be2b142024-03-27 15:27:04 -0700400 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
Ed Tanousdaadfb22024-12-20 09:25:54 -0800401 - { key: misc-include-cleaner.IgnoreHeaders, value: ((nlohmann/json_fwd.hpp)|(boost/asio/.*read.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/.*)|(boost/system/error_code.hpp)|(boost_formatters.hpp)|(CLI/.*)) }