xref: /openbmc/entity-manager/.clang-tidy (revision ac67f71bdc62a9466aa6584fddc46200c81633a4)
1*ac67f71bSPatrick WilliamsChecks: '-*,
2ab3acb7bSEd Tanous    boost-use-to-string,
307d467bcSEd Tanous    bugprone-argument-comment,
407d467bcSEd Tanous    bugprone-assert-side-effect,
5fc171428SEd Tanous    bugprone-assignment-in-if-condition,
607d467bcSEd Tanous    bugprone-bad-signal-to-kill-thread,
707d467bcSEd Tanous    bugprone-bool-pointer-implicit-conversion,
807d467bcSEd Tanous    bugprone-branch-clone,
9fc171428SEd Tanous    bugprone-casting-through-void,
10fc171428SEd Tanous    bugprone-chained-comparison,
11fc171428SEd Tanous    bugprone-compare-pointer-to-member-virtual-function,
1207d467bcSEd Tanous    bugprone-copy-constructor-init,
1307d467bcSEd Tanous    bugprone-dangling-handle,
1407d467bcSEd Tanous    bugprone-dynamic-static-initializers,
15fc171428SEd Tanous    bugprone-empty-catch,
1607d467bcSEd Tanous    bugprone-fold-init-type,
1707d467bcSEd Tanous    bugprone-forward-declaration-namespace,
1807d467bcSEd Tanous    bugprone-forwarding-reference-overload,
19ab3acb7bSEd Tanous    bugprone-implicit-widening-of-multiplication-result,
2007d467bcSEd Tanous    bugprone-inaccurate-erase,
21fc171428SEd Tanous    bugprone-inc-dec-in-conditions,
22fc171428SEd Tanous    bugprone-incorrect-enable-if,
2307d467bcSEd Tanous    bugprone-incorrect-roundings,
2407d467bcSEd Tanous    bugprone-infinite-loop,
2507d467bcSEd Tanous    bugprone-integer-division,
2607d467bcSEd Tanous    bugprone-lambda-function-name,
2707d467bcSEd Tanous    bugprone-macro-parentheses,
2807d467bcSEd Tanous    bugprone-macro-repeated-side-effects,
2907d467bcSEd Tanous    bugprone-misplaced-operator-in-strlen-in-alloc,
3007d467bcSEd Tanous    bugprone-misplaced-pointer-arithmetic-in-alloc,
3107d467bcSEd Tanous    bugprone-misplaced-widening-cast,
32ab3acb7bSEd Tanous    bugprone-move-forwarding-reference,
33fc171428SEd Tanous    bugprone-multi-level-implicit-pointer-conversion,
34fc171428SEd Tanous    bugprone-multiple-new-in-one-expression,
3507d467bcSEd Tanous    bugprone-multiple-statement-macro,
3607d467bcSEd Tanous    bugprone-no-escape,
37fc171428SEd Tanous    bugprone-non-zero-enum-to-bool-conversion,
3807d467bcSEd Tanous    bugprone-not-null-terminated-result,
39fc171428SEd Tanous    bugprone-optional-value-conversion,
4007d467bcSEd Tanous    bugprone-parent-virtual-call,
4107d467bcSEd Tanous    bugprone-posix-return,
42ab3acb7bSEd Tanous    bugprone-redundant-branch-condition,
4307d467bcSEd Tanous    bugprone-reserved-identifier,
44fc171428SEd Tanous    bugprone-shared-ptr-array-mismatch,
45ab3acb7bSEd Tanous    bugprone-signal-handler,
4607d467bcSEd Tanous    bugprone-signed-char-misuse,
4707d467bcSEd Tanous    bugprone-sizeof-container,
4807d467bcSEd Tanous    bugprone-sizeof-expression,
4907d467bcSEd Tanous    bugprone-spuriously-wake-up-functions,
50fc171428SEd Tanous    bugprone-standalone-empty,
5107d467bcSEd Tanous    bugprone-string-constructor,
5207d467bcSEd Tanous    bugprone-string-integer-assignment,
5307d467bcSEd Tanous    bugprone-string-literal-with-embedded-nul,
54fc171428SEd Tanous    bugprone-stringview-nullptr,
5507d467bcSEd Tanous    bugprone-suspicious-enum-usage,
56ab3acb7bSEd Tanous    bugprone-suspicious-include,
57fc171428SEd Tanous    bugprone-suspicious-memory-comparison,
5807d467bcSEd Tanous    bugprone-suspicious-memset-usage,
5907d467bcSEd Tanous    bugprone-suspicious-missing-comma,
60fc171428SEd Tanous    bugprone-suspicious-realloc-usage,
6107d467bcSEd Tanous    bugprone-suspicious-semicolon,
6207d467bcSEd Tanous    bugprone-suspicious-string-compare,
6307d467bcSEd Tanous    bugprone-swapped-arguments,
64fc171428SEd Tanous    bugprone-switch-missing-default-case,
6507d467bcSEd Tanous    bugprone-terminating-continue,
6607d467bcSEd Tanous    bugprone-throw-keyword-missing,
6707d467bcSEd Tanous    bugprone-too-small-loop-variable,
68fc171428SEd Tanous    bugprone-unchecked-optional-access,
6907d467bcSEd Tanous    bugprone-undefined-memory-manipulation,
7007d467bcSEd Tanous    bugprone-undelegated-constructor,
71ab3acb7bSEd Tanous    bugprone-unhandled-exception-at-new,
7207d467bcSEd Tanous    bugprone-unhandled-self-assignment,
73fc171428SEd Tanous    bugprone-unique-ptr-array-mismatch,
74fc171428SEd Tanous    bugprone-unsafe-functions,
75fc171428SEd Tanous    bugprone-unused-local-non-trivial-variable,
7607d467bcSEd Tanous    bugprone-unused-raii,
7707d467bcSEd Tanous    bugprone-unused-return-value,
7807d467bcSEd Tanous    bugprone-use-after-move,
7907d467bcSEd Tanous    bugprone-virtual-near-miss,
8007d467bcSEd Tanous    cert-con36-c,
8107d467bcSEd Tanous    cert-con54-cpp,
8207d467bcSEd Tanous    cert-dcl03-c,
8307d467bcSEd Tanous    cert-dcl16-c,
8407d467bcSEd Tanous    cert-dcl21-cpp,
8507d467bcSEd Tanous    cert-dcl37-c,
8607d467bcSEd Tanous    cert-dcl50-cpp,
8707d467bcSEd Tanous    cert-dcl51-cpp,
8807d467bcSEd Tanous    cert-dcl54-cpp,
8907d467bcSEd Tanous    cert-dcl58-cpp,
9007d467bcSEd Tanous    cert-dcl59-cpp,
9107d467bcSEd Tanous    cert-env33-c,
9207d467bcSEd Tanous    cert-err09-cpp,
9307d467bcSEd Tanous    cert-err34-c,
9407d467bcSEd Tanous    cert-err52-cpp,
9507d467bcSEd Tanous    cert-err60-cpp,
9607d467bcSEd Tanous    cert-err61-cpp,
9707d467bcSEd Tanous    cert-fio38-c,
9807d467bcSEd Tanous    cert-flp30-c,
9907d467bcSEd Tanous    cert-mem57-cpp,
10007d467bcSEd Tanous    cert-msc30-c,
10107d467bcSEd Tanous    cert-msc32-c,
10207d467bcSEd Tanous    cert-msc50-cpp,
10307d467bcSEd Tanous    cert-msc51-cpp,
10407d467bcSEd Tanous    cert-oop11-cpp,
10507d467bcSEd Tanous    cert-oop54-cpp,
10607d467bcSEd Tanous    cert-oop57-cpp,
107ab3acb7bSEd Tanous    cert-oop58-cpp,
108ab3acb7bSEd Tanous    cert-pos44-c,
109ab3acb7bSEd Tanous    cert-pos47-c,
110ab3acb7bSEd Tanous    cert-sig30-c,
111ab3acb7bSEd Tanous    cert-str34-c,
112fc171428SEd Tanous    clang-analyzer-apiModeling.Errno,
11307d467bcSEd Tanous    clang-analyzer-apiModeling.StdCLibraryFunctions,
11407d467bcSEd Tanous    clang-analyzer-apiModeling.TrustNonnull,
115fc171428SEd Tanous    clang-analyzer-apiModeling.TrustReturnsNonnull,
11607d467bcSEd Tanous    clang-analyzer-apiModeling.google.GTest,
11707d467bcSEd Tanous    clang-analyzer-apiModeling.llvm.CastValue,
11807d467bcSEd Tanous    clang-analyzer-apiModeling.llvm.ReturnValue,
11907d467bcSEd Tanous    clang-analyzer-core.CallAndMessage,
12007d467bcSEd Tanous    clang-analyzer-core.CallAndMessageModeling,
12107d467bcSEd Tanous    clang-analyzer-core.DivideZero,
12207d467bcSEd Tanous    clang-analyzer-core.DynamicTypePropagation,
12307d467bcSEd Tanous    clang-analyzer-core.NonNullParamChecker,
12407d467bcSEd Tanous    clang-analyzer-core.NonnilStringConstants,
12507d467bcSEd Tanous    clang-analyzer-core.NullDereference,
12607d467bcSEd Tanous    clang-analyzer-core.StackAddrEscapeBase,
12707d467bcSEd Tanous    clang-analyzer-core.StackAddressEscape,
12807d467bcSEd Tanous    clang-analyzer-core.UndefinedBinaryOperatorResult,
12907d467bcSEd Tanous    clang-analyzer-core.VLASize,
13007d467bcSEd Tanous    clang-analyzer-core.builtin.BuiltinFunctions,
13107d467bcSEd Tanous    clang-analyzer-core.builtin.NoReturnFunctions,
13207d467bcSEd Tanous    clang-analyzer-core.uninitialized.ArraySubscript,
13307d467bcSEd Tanous    clang-analyzer-core.uninitialized.Assign,
13407d467bcSEd Tanous    clang-analyzer-core.uninitialized.Branch,
13507d467bcSEd Tanous    clang-analyzer-core.uninitialized.CapturedBlockVariable,
136fc171428SEd Tanous    clang-analyzer-core.uninitialized.NewArraySize,
13707d467bcSEd Tanous    clang-analyzer-core.uninitialized.UndefReturn,
13807d467bcSEd Tanous    clang-analyzer-cplusplus.InnerPointer,
13907d467bcSEd Tanous    clang-analyzer-cplusplus.Move,
14007d467bcSEd Tanous    clang-analyzer-cplusplus.NewDelete,
14107d467bcSEd Tanous    clang-analyzer-cplusplus.NewDeleteLeaks,
14207d467bcSEd Tanous    clang-analyzer-cplusplus.PlacementNew,
14307d467bcSEd Tanous    clang-analyzer-cplusplus.PureVirtualCall,
14407d467bcSEd Tanous    clang-analyzer-cplusplus.SelfAssignment,
14507d467bcSEd Tanous    clang-analyzer-cplusplus.SmartPtrModeling,
146fc171428SEd Tanous    clang-analyzer-cplusplus.StringChecker,
14707d467bcSEd Tanous    clang-analyzer-cplusplus.VirtualCallModeling,
14807d467bcSEd Tanous    clang-analyzer-deadcode.DeadStores,
14907d467bcSEd Tanous    clang-analyzer-fuchsia.HandleChecker,
15007d467bcSEd Tanous    clang-analyzer-nullability.NullPassedToNonnull,
15107d467bcSEd Tanous    clang-analyzer-nullability.NullReturnedFromNonnull,
15207d467bcSEd Tanous    clang-analyzer-nullability.NullabilityBase,
15307d467bcSEd Tanous    clang-analyzer-nullability.NullableDereferenced,
15407d467bcSEd Tanous    clang-analyzer-nullability.NullablePassedToNonnull,
15507d467bcSEd Tanous    clang-analyzer-nullability.NullableReturnedFromNonnull,
15607d467bcSEd Tanous    clang-analyzer-optin.cplusplus.UninitializedObject,
15707d467bcSEd Tanous    clang-analyzer-optin.cplusplus.VirtualCall,
15807d467bcSEd Tanous    clang-analyzer-optin.mpi.MPI-Checker,
15907d467bcSEd Tanous    clang-analyzer-optin.osx.OSObjectCStyleCast,
16007d467bcSEd Tanous    clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
16107d467bcSEd Tanous    clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
16207d467bcSEd Tanous    clang-analyzer-optin.performance.GCDAntipattern,
16307d467bcSEd Tanous    clang-analyzer-optin.performance.Padding,
16407d467bcSEd Tanous    clang-analyzer-optin.portability.UnixAPI,
16507d467bcSEd Tanous    clang-analyzer-osx.API,
16607d467bcSEd Tanous    clang-analyzer-osx.MIG,
16707d467bcSEd Tanous    clang-analyzer-osx.NSOrCFErrorDerefChecker,
16807d467bcSEd Tanous    clang-analyzer-osx.NumberObjectConversion,
16907d467bcSEd Tanous    clang-analyzer-osx.OSObjectRetainCount,
17007d467bcSEd Tanous    clang-analyzer-osx.ObjCProperty,
17107d467bcSEd Tanous    clang-analyzer-osx.SecKeychainAPI,
17207d467bcSEd Tanous    clang-analyzer-osx.cocoa.AtSync,
17307d467bcSEd Tanous    clang-analyzer-osx.cocoa.AutoreleaseWrite,
17407d467bcSEd Tanous    clang-analyzer-osx.cocoa.ClassRelease,
17507d467bcSEd Tanous    clang-analyzer-osx.cocoa.Dealloc,
17607d467bcSEd Tanous    clang-analyzer-osx.cocoa.IncompatibleMethodTypes,
17707d467bcSEd Tanous    clang-analyzer-osx.cocoa.Loops,
17807d467bcSEd Tanous    clang-analyzer-osx.cocoa.MissingSuperCall,
17907d467bcSEd Tanous    clang-analyzer-osx.cocoa.NSAutoreleasePool,
18007d467bcSEd Tanous    clang-analyzer-osx.cocoa.NSError,
18107d467bcSEd Tanous    clang-analyzer-osx.cocoa.NilArg,
18207d467bcSEd Tanous    clang-analyzer-osx.cocoa.NonNilReturnValue,
18307d467bcSEd Tanous    clang-analyzer-osx.cocoa.ObjCGenerics,
18407d467bcSEd Tanous    clang-analyzer-osx.cocoa.RetainCount,
18507d467bcSEd Tanous    clang-analyzer-osx.cocoa.RetainCountBase,
18607d467bcSEd Tanous    clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak,
18707d467bcSEd Tanous    clang-analyzer-osx.cocoa.SelfInit,
18807d467bcSEd Tanous    clang-analyzer-osx.cocoa.SuperDealloc,
18907d467bcSEd Tanous    clang-analyzer-osx.cocoa.UnusedIvars,
19007d467bcSEd Tanous    clang-analyzer-osx.cocoa.VariadicMethodTypes,
19107d467bcSEd Tanous    clang-analyzer-osx.coreFoundation.CFError,
19207d467bcSEd Tanous    clang-analyzer-osx.coreFoundation.CFNumber,
19307d467bcSEd Tanous    clang-analyzer-osx.coreFoundation.CFRetainRelease,
19407d467bcSEd Tanous    clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
19507d467bcSEd Tanous    clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
19607d467bcSEd Tanous    clang-analyzer-security.FloatLoopCounter,
19707d467bcSEd Tanous    clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
19807d467bcSEd Tanous    clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
19907d467bcSEd Tanous    clang-analyzer-security.insecureAPI.UncheckedReturn,
20007d467bcSEd Tanous    clang-analyzer-security.insecureAPI.bcmp,
20107d467bcSEd Tanous    clang-analyzer-security.insecureAPI.bcopy,
20207d467bcSEd Tanous    clang-analyzer-security.insecureAPI.bzero,
20307d467bcSEd Tanous    clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
20407d467bcSEd Tanous    clang-analyzer-security.insecureAPI.getpw,
20507d467bcSEd Tanous    clang-analyzer-security.insecureAPI.gets,
20607d467bcSEd Tanous    clang-analyzer-security.insecureAPI.mkstemp,
20707d467bcSEd Tanous    clang-analyzer-security.insecureAPI.mktemp,
20807d467bcSEd Tanous    clang-analyzer-security.insecureAPI.rand,
20907d467bcSEd Tanous    clang-analyzer-security.insecureAPI.strcpy,
21007d467bcSEd Tanous    clang-analyzer-security.insecureAPI.vfork,
21107d467bcSEd Tanous    clang-analyzer-unix.API,
21207d467bcSEd Tanous    clang-analyzer-unix.DynamicMemoryModeling,
21307d467bcSEd Tanous    clang-analyzer-unix.Malloc,
21407d467bcSEd Tanous    clang-analyzer-unix.MallocSizeof,
21507d467bcSEd Tanous    clang-analyzer-unix.MismatchedDeallocator,
21607d467bcSEd Tanous    clang-analyzer-unix.Vfork,
21707d467bcSEd Tanous    clang-analyzer-unix.cstring.BadSizeArg,
21807d467bcSEd Tanous    clang-analyzer-unix.cstring.CStringModeling,
21907d467bcSEd Tanous    clang-analyzer-unix.cstring.NullArg,
22007d467bcSEd Tanous    clang-analyzer-valist.CopyToSelf,
22107d467bcSEd Tanous    clang-analyzer-valist.Uninitialized,
22207d467bcSEd Tanous    clang-analyzer-valist.Unterminated,
22307d467bcSEd Tanous    clang-analyzer-valist.ValistBase,
22407d467bcSEd Tanous    clang-analyzer-webkit.NoUncountedMemberChecker,
22507d467bcSEd Tanous    clang-analyzer-webkit.RefCntblBaseVirtualDtor,
226fc171428SEd Tanous    clang-analyzer-webkit.UncountedLambdaCapturesChecker,
227ab3acb7bSEd Tanous    cppcoreguidelines-avoid-c-arrays,
228ab3acb7bSEd Tanous    cppcoreguidelines-avoid-goto,
229fc171428SEd Tanous    cppcoreguidelines-avoid-non-const-global-variables,
230ab3acb7bSEd Tanous    cppcoreguidelines-c-copy-assignment-signature,
231ab3acb7bSEd Tanous    cppcoreguidelines-explicit-virtual-functions,
232ab3acb7bSEd Tanous    cppcoreguidelines-init-variables,
233ab3acb7bSEd Tanous    cppcoreguidelines-interfaces-global-init,
234ab3acb7bSEd Tanous    cppcoreguidelines-macro-usage,
235ab3acb7bSEd Tanous    cppcoreguidelines-no-malloc,
236ab3acb7bSEd Tanous    cppcoreguidelines-prefer-member-initializer,
237ab3acb7bSEd Tanous    cppcoreguidelines-pro-bounds-array-to-pointer-decay,
238ab3acb7bSEd Tanous    cppcoreguidelines-pro-bounds-pointer-arithmetic,
239ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-const-cast,
240ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-cstyle-cast,
241ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-member-init,
242ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-reinterpret-cast,
243ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-static-cast-downcast,
244ab3acb7bSEd Tanous    cppcoreguidelines-pro-type-union-access,
245ab3acb7bSEd Tanous    cppcoreguidelines-slicing,
246ab3acb7bSEd Tanous    google-explicit-constructor,
247fc171428SEd Tanous    misc-coroutine-hostile-raii,
248fc171428SEd Tanous    misc-header-include-cycle,
249fc171428SEd Tanous    misc-misleading-bidirectional,
250fc171428SEd Tanous    misc-misleading-identifier,
25107d467bcSEd Tanous    misc-misplaced-const,
252fc171428SEd Tanous    misc-new-delete-overloads,
253fc171428SEd Tanous    misc-non-copyable-objects,
25407d467bcSEd Tanous    misc-redundant-expression,
25507d467bcSEd Tanous    misc-static-assert,
25607d467bcSEd Tanous    misc-throw-by-value-catch-by-reference,
25707d467bcSEd Tanous    misc-unconventional-assign-operator,
25807d467bcSEd Tanous    misc-uniqueptr-reset-release,
259fc171428SEd Tanous    misc-unused-alias-decls,
260fc171428SEd Tanous    misc-unused-parameters,
26107d467bcSEd Tanous    misc-unused-using-decls,
26207d467bcSEd Tanous    modernize-avoid-bind,
26307d467bcSEd Tanous    modernize-deprecated-headers,
26407d467bcSEd Tanous    modernize-deprecated-ios-base-aliases,
26507d467bcSEd Tanous    modernize-loop-convert,
26607d467bcSEd Tanous    modernize-make-shared,
26707d467bcSEd Tanous    modernize-make-unique,
26807d467bcSEd Tanous    modernize-raw-string-literal,
269a3ca14a6SDelphine CC Chiu    modernize-redundant-void-arg,
27007d467bcSEd Tanous    modernize-replace-auto-ptr,
27107d467bcSEd Tanous    modernize-replace-random-shuffle,
27207d467bcSEd Tanous    modernize-return-braced-init-list,
27307d467bcSEd Tanous    modernize-shrink-to-fit,
27407d467bcSEd Tanous    modernize-unary-static-assert,
27507d467bcSEd Tanous    modernize-use-bool-literals,
27607d467bcSEd Tanous    modernize-use-default-member-init,
27707d467bcSEd Tanous    modernize-use-emplace,
27807d467bcSEd Tanous    modernize-use-equals-default,
27907d467bcSEd Tanous    modernize-use-equals-delete,
28007d467bcSEd Tanous    modernize-use-noexcept,
28107d467bcSEd Tanous    modernize-use-nullptr,
28207d467bcSEd Tanous    modernize-use-override,
28307d467bcSEd Tanous    modernize-use-transparent-functors,
28407d467bcSEd Tanous    modernize-use-uncaught-exceptions,
28507d467bcSEd Tanous    modernize-use-using,
28607d467bcSEd Tanous    performance-faster-string-find,
28707d467bcSEd Tanous    performance-for-range-copy,
28807d467bcSEd Tanous    performance-implicit-conversion-in-loop,
28907d467bcSEd Tanous    performance-inefficient-algorithm,
29007d467bcSEd Tanous    performance-inefficient-string-concatenation,
29107d467bcSEd Tanous    performance-inefficient-vector-operation,
29207d467bcSEd Tanous    performance-move-const-arg,
29307d467bcSEd Tanous    performance-move-constructor-init,
29407d467bcSEd Tanous    performance-no-automatic-move,
295ab3acb7bSEd Tanous    performance-no-int-to-ptr,
29607d467bcSEd Tanous    performance-noexcept-move-constructor,
29707d467bcSEd Tanous    performance-trivially-destructible,
29807d467bcSEd Tanous    performance-type-promotion-in-math-fn,
29907d467bcSEd Tanous    performance-unnecessary-copy-initialization,
30007d467bcSEd Tanous    performance-unnecessary-value-param,
301ab3acb7bSEd Tanous    readability-avoid-const-params-in-decls,
302fc171428SEd Tanous    readability-avoid-nested-conditional-operator,
30307d467bcSEd Tanous    readability-braces-around-statements,
30407d467bcSEd Tanous    readability-const-return-type,
305fc171428SEd Tanous    readability-container-contains,
306fc171428SEd Tanous    readability-container-data-pointer,
307ab3acb7bSEd Tanous    readability-container-size-empty,
308ab3acb7bSEd Tanous    readability-convert-member-functions-to-static,
30907d467bcSEd Tanous    readability-delete-null-pointer,
31007d467bcSEd Tanous    readability-deleted-default,
31107d467bcSEd Tanous    readability-else-after-return,
312ab3acb7bSEd Tanous    readability-function-size,
313ab3acb7bSEd Tanous    readability-identifier-naming,
314ab3acb7bSEd Tanous    readability-implicit-bool-conversion,
315ab3acb7bSEd Tanous    readability-inconsistent-declaration-parameter-name,
316ab3acb7bSEd Tanous    readability-isolate-declaration,
317ab3acb7bSEd Tanous    readability-make-member-function-const,
318ab3acb7bSEd Tanous    readability-misleading-indentation,
319ab3acb7bSEd Tanous    readability-misplaced-array-index,
320ab3acb7bSEd Tanous    readability-named-parameter,
321ab3acb7bSEd Tanous    readability-non-const-parameter,
322ab3acb7bSEd Tanous    readability-qualified-auto,
323ab3acb7bSEd Tanous    readability-redundant-access-specifiers,
324ab3acb7bSEd Tanous    readability-redundant-control-flow,
325ab3acb7bSEd Tanous    readability-redundant-declaration,
326ab3acb7bSEd Tanous    readability-redundant-function-ptr-dereference,
327fc171428SEd Tanous    readability-redundant-inline-specifier,
328ab3acb7bSEd Tanous    readability-redundant-member-init,
329ab3acb7bSEd Tanous    readability-redundant-preprocessor,
330ab3acb7bSEd Tanous    readability-redundant-smartptr-get,
331ab3acb7bSEd Tanous    readability-redundant-string-cstr,
332ab3acb7bSEd Tanous    readability-redundant-string-init,
333ab3acb7bSEd Tanous    readability-simplify-boolean-expr,
334ab3acb7bSEd Tanous    readability-simplify-subscript-expr,
335ab3acb7bSEd Tanous    readability-static-definition-in-anonymous-namespace,
336ab3acb7bSEd Tanous    readability-string-compare,
337ab3acb7bSEd Tanous    readability-suspicious-call-argument,
338ab3acb7bSEd Tanous    readability-uniqueptr-delete-release,
339*ac67f71bSPatrick Williams    readability-uppercase-literal-suffix
340*ac67f71bSPatrick Williams    '
341*ac67f71bSPatrick Williams
342*ac67f71bSPatrick WilliamsCheckOptions:
343*ac67f71bSPatrick Williams-   key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
344*ac67f71bSPatrick Williams    value: true
345*ac67f71bSPatrick Williams-   key: misc-include-cleaner.IgnoreHeaders
346*ac67f71bSPatrick Williams    value: ((nlohmann/json_fwd.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/chrono.h)|(boost/system/error_code.hpp))
347*ac67f71bSPatrick Williams-   key: readability-identifier-naming.ClassCase
348*ac67f71bSPatrick Williams    value: CamelCase
349*ac67f71bSPatrick Williams-   key: readability-identifier-naming.FunctionCase
350*ac67f71bSPatrick Williams    value: camelBack
351*ac67f71bSPatrick Williams-   key: readability-identifier-naming.NamespaceCase
352*ac67f71bSPatrick Williams    value: lower_case
353*ac67f71bSPatrick Williams-   key: readability-identifier-naming.ParameterCase
354*ac67f71bSPatrick Williams    value: camelBack
355*ac67f71bSPatrick Williams-   key: readability-identifier-naming.StructCase
356*ac67f71bSPatrick Williams    value: CamelCase
357*ac67f71bSPatrick Williams-   key: readability-identifier-naming.VariableCase
358*ac67f71bSPatrick Williams    value: camelBack
359*ac67f71bSPatrick Williams
360*ac67f71bSPatrick WilliamsHeaderFilterRegex: .*
361fc171428SEd Tanous
36207d467bcSEd TanousWarningsAsErrors: '*'
363