blob: ab81074739b23005d42944641506c70216c6b227 [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 Tanous8a57ec02020-10-09 12:46:52 -070037bugprone-no-escape,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070038bugprone-non-zero-enum-to-bool-conversion,
Ed Tanous8a57ec02020-10-09 12:46:52 -070039bugprone-not-null-terminated-result,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070040bugprone-optional-value-conversion,
Ed Tanous8a57ec02020-10-09 12:46:52 -070041bugprone-parent-virtual-call,
42bugprone-posix-return,
Ed Tanousbce0f032022-07-09 07:27:35 -070043bugprone-redundant-branch-condition,
Ed Tanous8a57ec02020-10-09 12:46:52 -070044bugprone-reserved-identifier,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070045bugprone-shared-ptr-array-mismatch,
Ed Tanousbce0f032022-07-09 07:27:35 -070046bugprone-signal-handler,
Ed Tanous8a57ec02020-10-09 12:46:52 -070047bugprone-signed-char-misuse,
48bugprone-sizeof-container,
49bugprone-sizeof-expression,
50bugprone-spuriously-wake-up-functions,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070051bugprone-standalone-empty,
Ed Tanous8a57ec02020-10-09 12:46:52 -070052bugprone-string-constructor,
53bugprone-string-integer-assignment,
54bugprone-string-literal-with-embedded-nul,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070055bugprone-stringview-nullptr,
Ed Tanous8a57ec02020-10-09 12:46:52 -070056bugprone-suspicious-enum-usage,
57bugprone-suspicious-include,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070058bugprone-suspicious-memory-comparison,
Ed Tanous8a57ec02020-10-09 12:46:52 -070059bugprone-suspicious-memset-usage,
60bugprone-suspicious-missing-comma,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070061bugprone-suspicious-realloc-usage,
Ed Tanous8a57ec02020-10-09 12:46:52 -070062bugprone-suspicious-semicolon,
63bugprone-suspicious-string-compare,
64bugprone-swapped-arguments,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070065bugprone-switch-missing-default-case,
Ed Tanous8a57ec02020-10-09 12:46:52 -070066bugprone-terminating-continue,
67bugprone-throw-keyword-missing,
68bugprone-too-small-loop-variable,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070069bugprone-unchecked-optional-access,
Ed Tanous8a57ec02020-10-09 12:46:52 -070070bugprone-undefined-memory-manipulation,
71bugprone-undelegated-constructor,
Ed Tanousbce0f032022-07-09 07:27:35 -070072bugprone-unhandled-exception-at-new,
Ed Tanous8a57ec02020-10-09 12:46:52 -070073bugprone-unhandled-self-assignment,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070074bugprone-unique-ptr-array-mismatch,
75bugprone-unsafe-functions,
Ed Tanousf3fd5242024-04-03 18:41:07 -070076bugprone-unused-local-non-trivial-variable,
Ed Tanous8a57ec02020-10-09 12:46:52 -070077bugprone-unused-raii,
78bugprone-unused-return-value,
79bugprone-use-after-move,
80bugprone-virtual-near-miss,
Ed Tanousa25223c2022-01-13 19:11:38 -080081cert-con36-c,
82cert-con54-cpp,
83cert-dcl03-c,
84cert-dcl16-c,
85cert-dcl21-cpp,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070086cert-dcl37-c,
Ed Tanousa25223c2022-01-13 19:11:38 -080087cert-dcl50-cpp,
Ed Tanousb1e74cd2024-04-03 18:04:34 -070088cert-dcl51-cpp,
Ed Tanousa25223c2022-01-13 19:11:38 -080089cert-dcl54-cpp,
90cert-dcl58-cpp,
91cert-dcl59-cpp,
92cert-env33-c,
93cert-err09-cpp,
94cert-err34-c,
95cert-err52-cpp,
96cert-err60-cpp,
97cert-err61-cpp,
98cert-fio38-c,
99cert-flp30-c,
100cert-mem57-cpp,
101cert-msc30-c,
102cert-msc32-c,
103cert-msc50-cpp,
104cert-msc51-cpp,
105cert-oop11-cpp,
106cert-oop54-cpp,
107cert-oop57-cpp,
Ed Tanousbce0f032022-07-09 07:27:35 -0700108cert-oop58-cpp,
109cert-pos44-c,
110cert-pos47-c,
111cert-sig30-c,
112cert-str34-c,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700113clang-analyzer-apiModeling.Errno,
Ed Tanous193105f2022-07-09 07:24:31 -0700114clang-analyzer-apiModeling.TrustNonnull,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700115clang-analyzer-apiModeling.TrustReturnsNonnull,
Ed Tanousa25223c2022-01-13 19:11:38 -0800116clang-analyzer-apiModeling.google.GTest,
117clang-analyzer-apiModeling.llvm.CastValue,
118clang-analyzer-apiModeling.llvm.ReturnValue,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700119clang-analyzer-core.BitwiseShift,
120clang-analyzer-core.CallAndMessage,
Ed Tanousa25223c2022-01-13 19:11:38 -0800121clang-analyzer-core.CallAndMessageModeling,
122clang-analyzer-core.DivideZero,
123clang-analyzer-core.DynamicTypePropagation,
Ed Tanousa25223c2022-01-13 19:11:38 -0800124clang-analyzer-core.NonNullParamChecker,
Ed Tanous193105f2022-07-09 07:24:31 -0700125clang-analyzer-core.NonnilStringConstants,
Ed Tanousa25223c2022-01-13 19:11:38 -0800126clang-analyzer-core.NullDereference,
127clang-analyzer-core.StackAddrEscapeBase,
128clang-analyzer-core.StackAddressEscape,
129clang-analyzer-core.UndefinedBinaryOperatorResult,
Ed Tanous193105f2022-07-09 07:24:31 -0700130clang-analyzer-core.VLASize,
131clang-analyzer-core.builtin.BuiltinFunctions,
132clang-analyzer-core.builtin.NoReturnFunctions,
Ed Tanousa25223c2022-01-13 19:11:38 -0800133clang-analyzer-core.uninitialized.ArraySubscript,
134clang-analyzer-core.uninitialized.Assign,
135clang-analyzer-core.uninitialized.Branch,
136clang-analyzer-core.uninitialized.CapturedBlockVariable,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700137clang-analyzer-core.uninitialized.NewArraySize,
Ed Tanousa25223c2022-01-13 19:11:38 -0800138clang-analyzer-core.uninitialized.UndefReturn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800139clang-analyzer-cplusplus.InnerPointer,
140clang-analyzer-cplusplus.Move,
141clang-analyzer-cplusplus.NewDelete,
142clang-analyzer-cplusplus.NewDeleteLeaks,
143clang-analyzer-cplusplus.PlacementNew,
144clang-analyzer-cplusplus.PureVirtualCall,
145clang-analyzer-cplusplus.SelfAssignment,
146clang-analyzer-cplusplus.SmartPtrModeling,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700147clang-analyzer-cplusplus.StringChecker,
Ed Tanousa25223c2022-01-13 19:11:38 -0800148clang-analyzer-cplusplus.VirtualCallModeling,
149clang-analyzer-deadcode.DeadStores,
150clang-analyzer-fuchsia.HandleChecker,
Ed Tanous193105f2022-07-09 07:24:31 -0700151clang-analyzer-nullability.NullPassedToNonnull,
152clang-analyzer-nullability.NullReturnedFromNonnull,
Ed Tanousa25223c2022-01-13 19:11:38 -0800153clang-analyzer-nullability.NullabilityBase,
154clang-analyzer-nullability.NullableDereferenced,
155clang-analyzer-nullability.NullablePassedToNonnull,
156clang-analyzer-nullability.NullableReturnedFromNonnull,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700157clang-analyzer-optin.core.EnumCastOutOfRange,
Ed Tanousa25223c2022-01-13 19:11:38 -0800158clang-analyzer-optin.cplusplus.UninitializedObject,
159clang-analyzer-optin.cplusplus.VirtualCall,
160clang-analyzer-optin.mpi.MPI-Checker,
Ed Tanous193105f2022-07-09 07:24:31 -0700161clang-analyzer-optin.osx.OSObjectCStyleCast,
Ed Tanousa25223c2022-01-13 19:11:38 -0800162clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
163clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
Ed Tanousa25223c2022-01-13 19:11:38 -0800164clang-analyzer-optin.performance.GCDAntipattern,
165clang-analyzer-optin.performance.Padding,
166clang-analyzer-optin.portability.UnixAPI,
167clang-analyzer-osx.API,
Ed Tanous193105f2022-07-09 07:24:31 -0700168clang-analyzer-osx.MIG,
169clang-analyzer-osx.NSOrCFErrorDerefChecker,
170clang-analyzer-osx.NumberObjectConversion,
171clang-analyzer-osx.OSObjectRetainCount,
172clang-analyzer-osx.ObjCProperty,
173clang-analyzer-osx.SecKeychainAPI,
Ed Tanousa25223c2022-01-13 19:11:38 -0800174clang-analyzer-osx.cocoa.AtSync,
175clang-analyzer-osx.cocoa.AutoreleaseWrite,
176clang-analyzer-osx.cocoa.ClassRelease,
177clang-analyzer-osx.cocoa.Dealloc,
178clang-analyzer-osx.cocoa.IncompatibleMethodTypes,
179clang-analyzer-osx.cocoa.Loops,
180clang-analyzer-osx.cocoa.MissingSuperCall,
Ed Tanousa25223c2022-01-13 19:11:38 -0800181clang-analyzer-osx.cocoa.NSAutoreleasePool,
182clang-analyzer-osx.cocoa.NSError,
Ed Tanous193105f2022-07-09 07:24:31 -0700183clang-analyzer-osx.cocoa.NilArg,
184clang-analyzer-osx.cocoa.NonNilReturnValue,
Ed Tanousa25223c2022-01-13 19:11:38 -0800185clang-analyzer-osx.cocoa.ObjCGenerics,
186clang-analyzer-osx.cocoa.RetainCount,
187clang-analyzer-osx.cocoa.RetainCountBase,
188clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak,
189clang-analyzer-osx.cocoa.SelfInit,
190clang-analyzer-osx.cocoa.SuperDealloc,
191clang-analyzer-osx.cocoa.UnusedIvars,
192clang-analyzer-osx.cocoa.VariadicMethodTypes,
193clang-analyzer-osx.coreFoundation.CFError,
194clang-analyzer-osx.coreFoundation.CFNumber,
195clang-analyzer-osx.coreFoundation.CFRetainRelease,
196clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
197clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
Ed Tanousa25223c2022-01-13 19:11:38 -0800198clang-analyzer-security.FloatLoopCounter,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700199clang-analyzer-security.cert.env.InvalidPtr,
Ed Tanous193105f2022-07-09 07:24:31 -0700200clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
201clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
202clang-analyzer-security.insecureAPI.UncheckedReturn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800203clang-analyzer-security.insecureAPI.bcmp,
204clang-analyzer-security.insecureAPI.bcopy,
205clang-analyzer-security.insecureAPI.bzero,
206clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
Ed Tanousa25223c2022-01-13 19:11:38 -0800207clang-analyzer-security.insecureAPI.getpw,
208clang-analyzer-security.insecureAPI.gets,
209clang-analyzer-security.insecureAPI.mkstemp,
210clang-analyzer-security.insecureAPI.mktemp,
211clang-analyzer-security.insecureAPI.rand,
Ed Tanousa25223c2022-01-13 19:11:38 -0800212clang-analyzer-security.insecureAPI.strcpy,
Ed Tanousa25223c2022-01-13 19:11:38 -0800213clang-analyzer-security.insecureAPI.vfork,
214clang-analyzer-unix.API,
Ed Tanousa25223c2022-01-13 19:11:38 -0800215clang-analyzer-unix.DynamicMemoryModeling,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700216clang-analyzer-unix.Errno,
Ed Tanousa25223c2022-01-13 19:11:38 -0800217clang-analyzer-unix.Malloc,
218clang-analyzer-unix.MallocSizeof,
219clang-analyzer-unix.MismatchedDeallocator,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700220clang-analyzer-unix.StdCLibraryFunctions,
Ed Tanousa25223c2022-01-13 19:11:38 -0800221clang-analyzer-unix.Vfork,
Ed Tanous193105f2022-07-09 07:24:31 -0700222clang-analyzer-unix.cstring.BadSizeArg,
223clang-analyzer-unix.cstring.CStringModeling,
224clang-analyzer-unix.cstring.NullArg,
Ed Tanousa25223c2022-01-13 19:11:38 -0800225clang-analyzer-valist.CopyToSelf,
226clang-analyzer-valist.Uninitialized,
227clang-analyzer-valist.Unterminated,
228clang-analyzer-valist.ValistBase,
229clang-analyzer-webkit.NoUncountedMemberChecker,
230clang-analyzer-webkit.RefCntblBaseVirtualDtor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700231clang-analyzer-webkit.UncountedLambdaCapturesChecker,
Ed Tanous532c8642022-01-14 09:48:15 -0800232cppcoreguidelines-avoid-c-arrays,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700233cppcoreguidelines-avoid-capturing-lambda-coroutines,
Ed Tanous73030632022-01-14 10:09:47 -0800234cppcoreguidelines-avoid-goto,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700235cppcoreguidelines-avoid-reference-coroutine-parameters,
Ed Tanousbce0f032022-07-09 07:27:35 -0700236cppcoreguidelines-c-copy-assignment-signature,
237cppcoreguidelines-explicit-virtual-functions,
Ed Tanousa771f6a2022-01-14 09:36:51 -0800238cppcoreguidelines-init-variables,
Ed Tanousbce0f032022-07-09 07:27:35 -0700239cppcoreguidelines-interfaces-global-init,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700240cppcoreguidelines-macro-to-enum,
Ed Tanousbce0f032022-07-09 07:27:35 -0700241cppcoreguidelines-macro-usage,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700242cppcoreguidelines-misleading-capture-default-by-value,
243cppcoreguidelines-missing-std-forward,
Ed Tanousbce0f032022-07-09 07:27:35 -0700244cppcoreguidelines-no-malloc,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700245cppcoreguidelines-no-suspend-with-lock,
246cppcoreguidelines-noexcept-destructor,
247cppcoreguidelines-noexcept-move-operations,
248cppcoreguidelines-noexcept-swap,
Ed Tanousbce0f032022-07-09 07:27:35 -0700249cppcoreguidelines-prefer-member-initializer,
250cppcoreguidelines-pro-bounds-array-to-pointer-decay,
251cppcoreguidelines-pro-type-const-cast,
252cppcoreguidelines-pro-type-cstyle-cast,
253cppcoreguidelines-pro-type-member-init,
254cppcoreguidelines-pro-type-reinterpret-cast,
255cppcoreguidelines-pro-type-static-cast-downcast,
256cppcoreguidelines-pro-type-union-access,
Ed Tanous99c44092022-01-14 09:59:09 -0800257cppcoreguidelines-pro-type-vararg,
Ed Tanous91423432024-04-04 08:34:21 -0700258cppcoreguidelines-rvalue-reference-param-not-moved,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700259cppcoreguidelines-use-default-member-init,
260cppcoreguidelines-virtual-class-destructor,
Ed Tanousbce0f032022-07-09 07:27:35 -0700261cppcoreguidelines-slicing,
262google-explicit-constructor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700263misc-coroutine-hostile-raii,
264misc-header-include-cycle,
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700265misc-include-cleaner,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700266misc-misleading-bidirectional,
267misc-misleading-identifier,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700268misc-misplaced-const,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700269misc-new-delete-overloads,
270misc-non-copyable-objects,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700271misc-redundant-expression,
272misc-static-assert,
273misc-throw-by-value-catch-by-reference,
274misc-unconventional-assign-operator,
275misc-uniqueptr-reset-release,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700276misc-unused-alias-decls,
277misc-unused-parameters,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700278misc-unused-using-decls,
Ed Tanousa25223c2022-01-13 19:11:38 -0800279modernize-avoid-bind,
280modernize-deprecated-headers,
281modernize-deprecated-ios-base-aliases,
282modernize-loop-convert,
283modernize-make-shared,
284modernize-make-unique,
285modernize-raw-string-literal,
Ed Tanous201a1012024-04-03 18:07:28 -0700286modernize-redundant-void-arg,
Ed Tanousa25223c2022-01-13 19:11:38 -0800287modernize-replace-auto-ptr,
288modernize-replace-random-shuffle,
289modernize-return-braced-init-list,
290modernize-shrink-to-fit,
291modernize-unary-static-assert,
292modernize-use-bool-literals,
293modernize-use-default-member-init,
294modernize-use-emplace,
295modernize-use-equals-default,
296modernize-use-equals-delete,
297modernize-use-noexcept,
298modernize-use-nullptr,
299modernize-use-override,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700300modernize-use-starts-ends-with,
301modernize-use-std-numbers,
Ed Tanousa25223c2022-01-13 19:11:38 -0800302modernize-use-transparent-functors,
303modernize-use-uncaught-exceptions,
304modernize-use-using,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700305performance-faster-string-find,
306performance-for-range-copy,
307performance-implicit-conversion-in-loop,
308performance-inefficient-algorithm,
309performance-inefficient-string-concatenation,
310performance-inefficient-vector-operation,
311performance-move-const-arg,
312performance-move-constructor-init,
Ed Tanousa25223c2022-01-13 19:11:38 -0800313performance-no-automatic-move,
Ed Tanousbce0f032022-07-09 07:27:35 -0700314performance-no-int-to-ptr,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700315performance-noexcept-destructor,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700316performance-noexcept-move-constructor,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700317performance-noexcept-swap,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700318performance-trivially-destructible,
Ed Tanousa25223c2022-01-13 19:11:38 -0800319performance-type-promotion-in-math-fn,
Ed Tanousa25223c2022-01-13 19:11:38 -0800320performance-unnecessary-copy-initialization,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700321performance-unnecessary-value-param,
Ed Tanousbce0f032022-07-09 07:27:35 -0700322readability-avoid-const-params-in-decls,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700323readability-avoid-nested-conditional-operator,
324readability-avoid-return-with-void-value,
325readability-avoid-unconditional-preprocessor-if,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700326readability-braces-around-statements,
327readability-const-return-type,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700328readability-container-contains,
Ed Tanousde366c82024-04-03 19:04:51 -0700329readability-container-data-pointer,
Ed Tanousbce0f032022-07-09 07:27:35 -0700330readability-container-size-empty,
331readability-convert-member-functions-to-static,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700332readability-delete-null-pointer,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700333readability-duplicate-include,
Ed Tanous8a57ec02020-10-09 12:46:52 -0700334readability-deleted-default,
Ed Tanousa25223c2022-01-13 19:11:38 -0800335readability-else-after-return,
Ed Tanousbce0f032022-07-09 07:27:35 -0700336readability-function-size,
337readability-identifier-naming,
338readability-implicit-bool-conversion,
339readability-inconsistent-declaration-parameter-name,
340readability-isolate-declaration,
341readability-make-member-function-const,
342readability-misleading-indentation,
343readability-misplaced-array-index,
344readability-named-parameter,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700345readability-operators-representation,
Ed Tanousbce0f032022-07-09 07:27:35 -0700346readability-non-const-parameter,
347readability-qualified-auto,
348readability-redundant-access-specifiers,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700349readability-redundant-casting,
Ed Tanousbce0f032022-07-09 07:27:35 -0700350readability-redundant-control-flow,
351readability-redundant-declaration,
352readability-redundant-function-ptr-dereference,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700353readability-redundant-inline-specifier,
Ed Tanousbce0f032022-07-09 07:27:35 -0700354readability-redundant-member-init,
355readability-redundant-preprocessor,
356readability-redundant-smartptr-get,
357readability-redundant-string-cstr,
358readability-redundant-string-init,
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700359readability-reference-to-constructed-temporary,
Ed Tanousbce0f032022-07-09 07:27:35 -0700360readability-simplify-boolean-expr,
361readability-simplify-subscript-expr,
362readability-static-accessed-through-instance,
363readability-static-definition-in-anonymous-namespace,
364readability-string-compare,
365readability-suspicious-call-argument,
366readability-uniqueptr-delete-release,
367readability-uppercase-literal-suffix'
Ed Tanous8a57ec02020-10-09 12:46:52 -0700368
369WarningsAsErrors: '*'
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700370HeaderFilterRegex: '.*'
Ed Tanous8a57ec02020-10-09 12:46:52 -0700371CheckOptions:
372 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
373 - { key: readability-identifier-naming.VariableCase, value: camelBack }
374 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
375 - { key: readability-identifier-naming.ParameterCase, value: camelBack }
376 - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
377 - { key: readability-identifier-naming.StructCase, value: CamelCase }
Ed Tanousb1e74cd2024-04-03 18:04:34 -0700378 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
Ed Tanouseacbfdd2024-04-04 12:00:24 -0700379 - { 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)) }