blob: 303b7ce59b682159bd62e2fd08181b47d52015ac [file] [log] [blame]
Ed Tanous8a57ec02020-10-09 12:46:52 -07001Checks: '
2-*,
Ed Tanousbce0f032022-07-09 07:27:35 -07003boost-use-to-string,
Ed Tanous8a57ec02020-10-09 12:46:52 -07004bugprone-argument-comment,
5bugprone-assert-side-effect,
Ed Tanousb1e74cd2024-04-03 18:04:34 -07006bugprone-assignment-in-if-condition,
Ed Tanous8a57ec02020-10-09 12:46:52 -07007bugprone-bad-signal-to-kill-thread,
8bugprone-bool-pointer-implicit-conversion,
9bugprone-branch-clone,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070010bugprone-casting-through-void,
11bugprone-chained-comparison,
12bugprone-compare-pointer-to-member-virtual-function,
Ed Tanous8a57ec02020-10-09 12:46:52 -070013bugprone-copy-constructor-init,
14bugprone-dangling-handle,
15bugprone-dynamic-static-initializers,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070016bugprone-empty-catch,
Ed Tanous8a57ec02020-10-09 12:46:52 -070017bugprone-fold-init-type,
18bugprone-forward-declaration-namespace,
19bugprone-forwarding-reference-overload,
Ed Tanousbce0f032022-07-09 07:27:35 -070020bugprone-implicit-widening-of-multiplication-result,
Ed Tanous8a57ec02020-10-09 12:46:52 -070021bugprone-inaccurate-erase,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070022bugprone-inc-dec-in-conditions,
23bugprone-incorrect-enable-if,
Ed Tanous8a57ec02020-10-09 12:46:52 -070024bugprone-incorrect-roundings,
25bugprone-infinite-loop,
26bugprone-integer-division,
27bugprone-lambda-function-name,
28bugprone-macro-parentheses,
29bugprone-macro-repeated-side-effects,
30bugprone-misplaced-operator-in-strlen-in-alloc,
31bugprone-misplaced-pointer-arithmetic-in-alloc,
32bugprone-misplaced-widening-cast,
Ed Tanousbce0f032022-07-09 07:27:35 -070033bugprone-move-forwarding-reference,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070034bugprone-multi-level-implicit-pointer-conversion,
35bugprone-multiple-new-in-one-expression,
Ed Tanous8a57ec02020-10-09 12:46:52 -070036bugprone-multiple-statement-macro,
Ed Tanousb0745282024-04-03 18:57:45 -070037bugprone-optional-value-conversion,
Ed Tanous8a57ec02020-10-09 12:46:52 -070038bugprone-no-escape,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070039bugprone-non-zero-enum-to-bool-conversion,
Ed Tanous8a57ec02020-10-09 12:46:52 -070040bugprone-not-null-terminated-result,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070041bugprone-optional-value-conversion,
Ed Tanous8a57ec02020-10-09 12:46:52 -070042bugprone-parent-virtual-call,
43bugprone-posix-return,
Ed Tanousbce0f032022-07-09 07:27:35 -070044bugprone-redundant-branch-condition,
Ed Tanous8a57ec02020-10-09 12:46:52 -070045bugprone-reserved-identifier,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070046bugprone-shared-ptr-array-mismatch,
Ed Tanousbce0f032022-07-09 07:27:35 -070047bugprone-signal-handler,
Ed Tanous8a57ec02020-10-09 12:46:52 -070048bugprone-signed-char-misuse,
49bugprone-sizeof-container,
50bugprone-sizeof-expression,
51bugprone-spuriously-wake-up-functions,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070052bugprone-standalone-empty,
Ed Tanous8a57ec02020-10-09 12:46:52 -070053bugprone-string-constructor,
54bugprone-string-integer-assignment,
55bugprone-string-literal-with-embedded-nul,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070056bugprone-stringview-nullptr,
Ed Tanous8a57ec02020-10-09 12:46:52 -070057bugprone-suspicious-enum-usage,
58bugprone-suspicious-include,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070059bugprone-suspicious-memory-comparison,
Ed Tanous8a57ec02020-10-09 12:46:52 -070060bugprone-suspicious-memset-usage,
61bugprone-suspicious-missing-comma,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070062bugprone-suspicious-realloc-usage,
Ed Tanous8a57ec02020-10-09 12:46:52 -070063bugprone-suspicious-semicolon,
64bugprone-suspicious-string-compare,
65bugprone-swapped-arguments,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070066bugprone-switch-missing-default-case,
Ed Tanous8a57ec02020-10-09 12:46:52 -070067bugprone-terminating-continue,
68bugprone-throw-keyword-missing,
69bugprone-too-small-loop-variable,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070070bugprone-unchecked-optional-access,
Ed Tanous8a57ec02020-10-09 12:46:52 -070071bugprone-undefined-memory-manipulation,
72bugprone-undelegated-constructor,
Ed Tanousbce0f032022-07-09 07:27:35 -070073bugprone-unhandled-exception-at-new,
Ed Tanous8a57ec02020-10-09 12:46:52 -070074bugprone-unhandled-self-assignment,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070075bugprone-unique-ptr-array-mismatch,
76bugprone-unsafe-functions,
Ed Tanousf3fd5242024-04-03 18:41:07 -070077bugprone-unused-local-non-trivial-variable,
Ed Tanous8a57ec02020-10-09 12:46:52 -070078bugprone-unused-raii,
79bugprone-unused-return-value,
80bugprone-use-after-move,
81bugprone-virtual-near-miss,
Ed Tanousa25223c2022-01-13 19:11:38 -080082cert-con36-c,
83cert-con54-cpp,
84cert-dcl03-c,
85cert-dcl16-c,
86cert-dcl21-cpp,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070087cert-dcl37-c,
Ed Tanousa25223c2022-01-13 19:11:38 -080088cert-dcl50-cpp,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070089cert-dcl51-cpp,
Ed Tanousa25223c2022-01-13 19:11:38 -080090cert-dcl54-cpp,
91cert-dcl58-cpp,
92cert-dcl59-cpp,
93cert-env33-c,
94cert-err09-cpp,
95cert-err34-c,
96cert-err52-cpp,
97cert-err60-cpp,
98cert-err61-cpp,
99cert-fio38-c,
100cert-flp30-c,
101cert-mem57-cpp,
102cert-msc30-c,
103cert-msc32-c,
104cert-msc50-cpp,
105cert-msc51-cpp,
106cert-oop11-cpp,
107cert-oop54-cpp,
108cert-oop57-cpp,
Ed Tanousbce0f032022-07-09 07:27:35 -0700109cert-oop58-cpp,
110cert-pos44-c,
111cert-pos47-c,
112cert-sig30-c,
113cert-str34-c,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700114clang-analyzer-apiModeling.Errno,
Ed Tanous193105f2022-07-09 07:24:31 -0700115clang-analyzer-apiModeling.TrustNonnull,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700116clang-analyzer-apiModeling.TrustReturnsNonnull,
Ed Tanousa25223c2022-01-13 19:11:38 -0800117clang-analyzer-apiModeling.google.GTest,
118clang-analyzer-apiModeling.llvm.CastValue,
119clang-analyzer-apiModeling.llvm.ReturnValue,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700120clang-analyzer-core.BitwiseShift,
121clang-analyzer-core.CallAndMessage,
Ed Tanousa25223c2022-01-13 19:11:38 -0800122clang-analyzer-core.CallAndMessageModeling,
123clang-analyzer-core.DivideZero,
124clang-analyzer-core.DynamicTypePropagation,
Ed Tanousa25223c2022-01-13 19:11:38 -0800125clang-analyzer-core.NonNullParamChecker,
Ed Tanous193105f2022-07-09 07:24:31 -0700126clang-analyzer-core.NonnilStringConstants,
Ed Tanousa25223c2022-01-13 19:11:38 -0800127clang-analyzer-core.NullDereference,
128clang-analyzer-core.StackAddrEscapeBase,
129clang-analyzer-core.StackAddressEscape,
130clang-analyzer-core.UndefinedBinaryOperatorResult,
Ed Tanous193105f2022-07-09 07:24:31 -0700131clang-analyzer-core.VLASize,
132clang-analyzer-core.builtin.BuiltinFunctions,
133clang-analyzer-core.builtin.NoReturnFunctions,
Ed Tanousa25223c2022-01-13 19:11:38 -0800134clang-analyzer-core.uninitialized.ArraySubscript,
135clang-analyzer-core.uninitialized.Assign,
136clang-analyzer-core.uninitialized.Branch,
137clang-analyzer-core.uninitialized.CapturedBlockVariable,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700138clang-analyzer-core.uninitialized.NewArraySize,
Ed Tanousa25223c2022-01-13 19:11:38 -0800139clang-analyzer-core.uninitialized.UndefReturn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800140clang-analyzer-cplusplus.InnerPointer,
141clang-analyzer-cplusplus.Move,
142clang-analyzer-cplusplus.NewDelete,
143clang-analyzer-cplusplus.NewDeleteLeaks,
144clang-analyzer-cplusplus.PlacementNew,
145clang-analyzer-cplusplus.PureVirtualCall,
146clang-analyzer-cplusplus.SelfAssignment,
147clang-analyzer-cplusplus.SmartPtrModeling,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700148clang-analyzer-cplusplus.StringChecker,
Ed Tanousa25223c2022-01-13 19:11:38 -0800149clang-analyzer-cplusplus.VirtualCallModeling,
150clang-analyzer-deadcode.DeadStores,
151clang-analyzer-fuchsia.HandleChecker,
Ed Tanous193105f2022-07-09 07:24:31 -0700152clang-analyzer-nullability.NullPassedToNonnull,
153clang-analyzer-nullability.NullReturnedFromNonnull,
Ed Tanousa25223c2022-01-13 19:11:38 -0800154clang-analyzer-nullability.NullabilityBase,
155clang-analyzer-nullability.NullableDereferenced,
156clang-analyzer-nullability.NullablePassedToNonnull,
157clang-analyzer-nullability.NullableReturnedFromNonnull,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700158clang-analyzer-optin.core.EnumCastOutOfRange,
Ed Tanousa25223c2022-01-13 19:11:38 -0800159clang-analyzer-optin.cplusplus.UninitializedObject,
160clang-analyzer-optin.cplusplus.VirtualCall,
161clang-analyzer-optin.mpi.MPI-Checker,
Ed Tanous193105f2022-07-09 07:24:31 -0700162clang-analyzer-optin.osx.OSObjectCStyleCast,
Ed Tanousa25223c2022-01-13 19:11:38 -0800163clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
164clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
Ed Tanousa25223c2022-01-13 19:11:38 -0800165clang-analyzer-optin.performance.GCDAntipattern,
166clang-analyzer-optin.performance.Padding,
167clang-analyzer-optin.portability.UnixAPI,
168clang-analyzer-osx.API,
Ed Tanous193105f2022-07-09 07:24:31 -0700169clang-analyzer-osx.MIG,
170clang-analyzer-osx.NSOrCFErrorDerefChecker,
171clang-analyzer-osx.NumberObjectConversion,
172clang-analyzer-osx.OSObjectRetainCount,
173clang-analyzer-osx.ObjCProperty,
174clang-analyzer-osx.SecKeychainAPI,
Ed Tanousa25223c2022-01-13 19:11:38 -0800175clang-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,
Ed Tanousa25223c2022-01-13 19:11:38 -0800182clang-analyzer-osx.cocoa.NSAutoreleasePool,
183clang-analyzer-osx.cocoa.NSError,
Ed Tanous193105f2022-07-09 07:24:31 -0700184clang-analyzer-osx.cocoa.NilArg,
185clang-analyzer-osx.cocoa.NonNilReturnValue,
Ed Tanousa25223c2022-01-13 19:11:38 -0800186clang-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,
Ed Tanousa25223c2022-01-13 19:11:38 -0800199clang-analyzer-security.FloatLoopCounter,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700200clang-analyzer-security.cert.env.InvalidPtr,
Ed Tanous193105f2022-07-09 07:24:31 -0700201clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
202clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
203clang-analyzer-security.insecureAPI.UncheckedReturn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800204clang-analyzer-security.insecureAPI.bcmp,
205clang-analyzer-security.insecureAPI.bcopy,
206clang-analyzer-security.insecureAPI.bzero,
207clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
Ed Tanousa25223c2022-01-13 19:11:38 -0800208clang-analyzer-security.insecureAPI.getpw,
209clang-analyzer-security.insecureAPI.gets,
210clang-analyzer-security.insecureAPI.mkstemp,
211clang-analyzer-security.insecureAPI.mktemp,
212clang-analyzer-security.insecureAPI.rand,
Ed Tanousa25223c2022-01-13 19:11:38 -0800213clang-analyzer-security.insecureAPI.strcpy,
Ed Tanousa25223c2022-01-13 19:11:38 -0800214clang-analyzer-security.insecureAPI.vfork,
215clang-analyzer-unix.API,
Ed Tanousa25223c2022-01-13 19:11:38 -0800216clang-analyzer-unix.DynamicMemoryModeling,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700217clang-analyzer-unix.Errno,
Ed Tanousa25223c2022-01-13 19:11:38 -0800218clang-analyzer-unix.Malloc,
219clang-analyzer-unix.MallocSizeof,
220clang-analyzer-unix.MismatchedDeallocator,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700221clang-analyzer-unix.StdCLibraryFunctions,
Ed Tanousa25223c2022-01-13 19:11:38 -0800222clang-analyzer-unix.Vfork,
Ed Tanous193105f2022-07-09 07:24:31 -0700223clang-analyzer-unix.cstring.BadSizeArg,
224clang-analyzer-unix.cstring.CStringModeling,
225clang-analyzer-unix.cstring.NullArg,
Ed Tanousa25223c2022-01-13 19:11:38 -0800226clang-analyzer-valist.CopyToSelf,
227clang-analyzer-valist.Uninitialized,
228clang-analyzer-valist.Unterminated,
229clang-analyzer-valist.ValistBase,
230clang-analyzer-webkit.NoUncountedMemberChecker,
231clang-analyzer-webkit.RefCntblBaseVirtualDtor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700232clang-analyzer-webkit.UncountedLambdaCapturesChecker,
Ed Tanous532c8642022-01-14 09:48:15 -0800233cppcoreguidelines-avoid-c-arrays,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700234cppcoreguidelines-avoid-capturing-lambda-coroutines,
Ed Tanous73030632022-01-14 10:09:47 -0800235cppcoreguidelines-avoid-goto,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700236cppcoreguidelines-avoid-reference-coroutine-parameters,
Ed Tanousbce0f032022-07-09 07:27:35 -0700237cppcoreguidelines-c-copy-assignment-signature,
238cppcoreguidelines-explicit-virtual-functions,
Ed Tanousa771f6a2022-01-14 09:36:51 -0800239cppcoreguidelines-init-variables,
Ed Tanousbce0f032022-07-09 07:27:35 -0700240cppcoreguidelines-interfaces-global-init,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700241cppcoreguidelines-macro-to-enum,
Ed Tanousbce0f032022-07-09 07:27:35 -0700242cppcoreguidelines-macro-usage,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700243cppcoreguidelines-misleading-capture-default-by-value,
244cppcoreguidelines-missing-std-forward,
Ed Tanousbce0f032022-07-09 07:27:35 -0700245cppcoreguidelines-no-malloc,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700246cppcoreguidelines-no-suspend-with-lock,
247cppcoreguidelines-noexcept-destructor,
248cppcoreguidelines-noexcept-move-operations,
249cppcoreguidelines-noexcept-swap,
Ed Tanousbce0f032022-07-09 07:27:35 -0700250cppcoreguidelines-prefer-member-initializer,
251cppcoreguidelines-pro-bounds-array-to-pointer-decay,
252cppcoreguidelines-pro-type-const-cast,
253cppcoreguidelines-pro-type-cstyle-cast,
254cppcoreguidelines-pro-type-member-init,
255cppcoreguidelines-pro-type-reinterpret-cast,
256cppcoreguidelines-pro-type-static-cast-downcast,
257cppcoreguidelines-pro-type-union-access,
Ed Tanous99c44092022-01-14 09:59:09 -0800258cppcoreguidelines-pro-type-vararg,
Ed Tanous91423432024-04-04 08:34:21 -0700259cppcoreguidelines-rvalue-reference-param-not-moved,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700260cppcoreguidelines-use-default-member-init,
261cppcoreguidelines-virtual-class-destructor,
Ed Tanousbce0f032022-07-09 07:27:35 -0700262cppcoreguidelines-slicing,
263google-explicit-constructor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700264misc-coroutine-hostile-raii,
265misc-header-include-cycle,
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700266misc-include-cleaner,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700267misc-misleading-bidirectional,
268misc-misleading-identifier,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700269misc-misplaced-const,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700270misc-new-delete-overloads,
271misc-non-copyable-objects,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700272misc-redundant-expression,
273misc-static-assert,
274misc-throw-by-value-catch-by-reference,
275misc-unconventional-assign-operator,
276misc-uniqueptr-reset-release,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700277misc-unused-alias-decls,
278misc-unused-parameters,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700279misc-unused-using-decls,
Ed Tanousa25223c2022-01-13 19:11:38 -0800280modernize-avoid-bind,
281modernize-deprecated-headers,
282modernize-deprecated-ios-base-aliases,
283modernize-loop-convert,
284modernize-make-shared,
285modernize-make-unique,
286modernize-raw-string-literal,
Ed Tanous201a1012024-04-03 18:07:28 -0700287modernize-redundant-void-arg,
Ed Tanousa25223c2022-01-13 19:11:38 -0800288modernize-replace-auto-ptr,
289modernize-replace-random-shuffle,
290modernize-return-braced-init-list,
291modernize-shrink-to-fit,
292modernize-unary-static-assert,
293modernize-use-bool-literals,
294modernize-use-default-member-init,
295modernize-use-emplace,
296modernize-use-equals-default,
297modernize-use-equals-delete,
298modernize-use-noexcept,
299modernize-use-nullptr,
300modernize-use-override,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700301modernize-use-starts-ends-with,
302modernize-use-std-numbers,
Ed Tanousa25223c2022-01-13 19:11:38 -0800303modernize-use-transparent-functors,
304modernize-use-uncaught-exceptions,
305modernize-use-using,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700306performance-faster-string-find,
307performance-for-range-copy,
308performance-implicit-conversion-in-loop,
309performance-inefficient-algorithm,
310performance-inefficient-string-concatenation,
311performance-inefficient-vector-operation,
312performance-move-const-arg,
313performance-move-constructor-init,
Ed Tanousa25223c2022-01-13 19:11:38 -0800314performance-no-automatic-move,
Ed Tanousbce0f032022-07-09 07:27:35 -0700315performance-no-int-to-ptr,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700316performance-noexcept-destructor,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700317performance-noexcept-move-constructor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700318performance-noexcept-swap,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700319performance-trivially-destructible,
Ed Tanousa25223c2022-01-13 19:11:38 -0800320performance-type-promotion-in-math-fn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800321performance-unnecessary-copy-initialization,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700322performance-unnecessary-value-param,
Ed Tanousbce0f032022-07-09 07:27:35 -0700323readability-avoid-const-params-in-decls,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700324readability-avoid-nested-conditional-operator,
325readability-avoid-return-with-void-value,
326readability-avoid-unconditional-preprocessor-if,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700327readability-braces-around-statements,
328readability-const-return-type,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700329readability-container-contains,
Ed Tanousde366c82024-04-03 19:04:51 -0700330readability-container-data-pointer,
Ed Tanousbce0f032022-07-09 07:27:35 -0700331readability-container-size-empty,
332readability-convert-member-functions-to-static,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700333readability-delete-null-pointer,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700334readability-duplicate-include,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700335readability-deleted-default,
Ed Tanousa25223c2022-01-13 19:11:38 -0800336readability-else-after-return,
Ed Tanousbce0f032022-07-09 07:27:35 -0700337readability-function-size,
338readability-identifier-naming,
339readability-implicit-bool-conversion,
340readability-inconsistent-declaration-parameter-name,
341readability-isolate-declaration,
342readability-make-member-function-const,
343readability-misleading-indentation,
344readability-misplaced-array-index,
345readability-named-parameter,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700346readability-operators-representation,
Ed Tanousbce0f032022-07-09 07:27:35 -0700347readability-non-const-parameter,
348readability-qualified-auto,
349readability-redundant-access-specifiers,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700350readability-redundant-casting,
Ed Tanousbce0f032022-07-09 07:27:35 -0700351readability-redundant-control-flow,
352readability-redundant-declaration,
353readability-redundant-function-ptr-dereference,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700354readability-redundant-inline-specifier,
Ed Tanousbce0f032022-07-09 07:27:35 -0700355readability-redundant-member-init,
356readability-redundant-preprocessor,
357readability-redundant-smartptr-get,
358readability-redundant-string-cstr,
359readability-redundant-string-init,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700360readability-reference-to-constructed-temporary,
Ed Tanousbce0f032022-07-09 07:27:35 -0700361readability-simplify-boolean-expr,
362readability-simplify-subscript-expr,
363readability-static-accessed-through-instance,
364readability-static-definition-in-anonymous-namespace,
365readability-string-compare,
366readability-suspicious-call-argument,
367readability-uniqueptr-delete-release,
368readability-uppercase-literal-suffix'
Ed Tanous8a57ec02020-10-09 12:46:52 -0700369
370WarningsAsErrors: '*'
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700371HeaderFilterRegex: '.*'
Ed Tanous8a57ec02020-10-09 12:46:52 -0700372CheckOptions:
373 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
374 - { key: readability-identifier-naming.VariableCase, value: camelBack }
375 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
376 - { key: readability-identifier-naming.ParameterCase, value: camelBack }
377 - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
378 - { key: readability-identifier-naming.StructCase, value: CamelCase }
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700379 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700380 - { key: misc-include-cleaner.IgnoreHeaders, 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)) }