xref: /openbmc/dbus-sensors/.clang-tidy (revision ba6ccd614ba2bbd92bb9bae0a5b05c22252efeac)
1*ba6ccd61SPatrick WilliamsChecks: '-*,
2bce0f038SEd Tanous    boost-use-to-string,
38a57ec09SEd Tanous    bugprone-argument-comment,
48a57ec09SEd Tanous    bugprone-assert-side-effect,
5b1e74cd3SEd Tanous    bugprone-assignment-in-if-condition,
68a57ec09SEd Tanous    bugprone-bad-signal-to-kill-thread,
78a57ec09SEd Tanous    bugprone-bool-pointer-implicit-conversion,
88a57ec09SEd Tanous    bugprone-branch-clone,
9b1e74cd3SEd Tanous    bugprone-casting-through-void,
10b1e74cd3SEd Tanous    bugprone-chained-comparison,
11b1e74cd3SEd Tanous    bugprone-compare-pointer-to-member-virtual-function,
128a57ec09SEd Tanous    bugprone-copy-constructor-init,
138a57ec09SEd Tanous    bugprone-dangling-handle,
148a57ec09SEd Tanous    bugprone-dynamic-static-initializers,
15b1e74cd3SEd Tanous    bugprone-empty-catch,
168a57ec09SEd Tanous    bugprone-fold-init-type,
178a57ec09SEd Tanous    bugprone-forward-declaration-namespace,
188a57ec09SEd Tanous    bugprone-forwarding-reference-overload,
19bce0f038SEd Tanous    bugprone-implicit-widening-of-multiplication-result,
208a57ec09SEd Tanous    bugprone-inaccurate-erase,
21b1e74cd3SEd Tanous    bugprone-inc-dec-in-conditions,
22b1e74cd3SEd Tanous    bugprone-incorrect-enable-if,
238a57ec09SEd Tanous    bugprone-incorrect-roundings,
248a57ec09SEd Tanous    bugprone-infinite-loop,
258a57ec09SEd Tanous    bugprone-integer-division,
268a57ec09SEd Tanous    bugprone-lambda-function-name,
278a57ec09SEd Tanous    bugprone-macro-parentheses,
288a57ec09SEd Tanous    bugprone-macro-repeated-side-effects,
298a57ec09SEd Tanous    bugprone-misplaced-operator-in-strlen-in-alloc,
308a57ec09SEd Tanous    bugprone-misplaced-pointer-arithmetic-in-alloc,
318a57ec09SEd Tanous    bugprone-misplaced-widening-cast,
32bce0f038SEd Tanous    bugprone-move-forwarding-reference,
33b1e74cd3SEd Tanous    bugprone-multi-level-implicit-pointer-conversion,
34b1e74cd3SEd Tanous    bugprone-multiple-new-in-one-expression,
358a57ec09SEd Tanous    bugprone-multiple-statement-macro,
368a57ec09SEd Tanous    bugprone-no-escape,
37b1e74cd3SEd Tanous    bugprone-non-zero-enum-to-bool-conversion,
388a57ec09SEd Tanous    bugprone-not-null-terminated-result,
39b1e74cd3SEd Tanous    bugprone-optional-value-conversion,
408a57ec09SEd Tanous    bugprone-parent-virtual-call,
418a57ec09SEd Tanous    bugprone-posix-return,
42bce0f038SEd Tanous    bugprone-redundant-branch-condition,
438a57ec09SEd Tanous    bugprone-reserved-identifier,
44b1e74cd3SEd Tanous    bugprone-shared-ptr-array-mismatch,
45bce0f038SEd Tanous    bugprone-signal-handler,
468a57ec09SEd Tanous    bugprone-signed-char-misuse,
478a57ec09SEd Tanous    bugprone-sizeof-container,
488a57ec09SEd Tanous    bugprone-sizeof-expression,
498a57ec09SEd Tanous    bugprone-spuriously-wake-up-functions,
50b1e74cd3SEd Tanous    bugprone-standalone-empty,
518a57ec09SEd Tanous    bugprone-string-constructor,
528a57ec09SEd Tanous    bugprone-string-integer-assignment,
538a57ec09SEd Tanous    bugprone-string-literal-with-embedded-nul,
54b1e74cd3SEd Tanous    bugprone-stringview-nullptr,
558a57ec09SEd Tanous    bugprone-suspicious-enum-usage,
568a57ec09SEd Tanous    bugprone-suspicious-include,
57b1e74cd3SEd Tanous    bugprone-suspicious-memory-comparison,
588a57ec09SEd Tanous    bugprone-suspicious-memset-usage,
598a57ec09SEd Tanous    bugprone-suspicious-missing-comma,
60b1e74cd3SEd Tanous    bugprone-suspicious-realloc-usage,
618a57ec09SEd Tanous    bugprone-suspicious-semicolon,
628a57ec09SEd Tanous    bugprone-suspicious-string-compare,
638a57ec09SEd Tanous    bugprone-swapped-arguments,
64b1e74cd3SEd Tanous    bugprone-switch-missing-default-case,
658a57ec09SEd Tanous    bugprone-terminating-continue,
668a57ec09SEd Tanous    bugprone-throw-keyword-missing,
678a57ec09SEd Tanous    bugprone-too-small-loop-variable,
68b1e74cd3SEd Tanous    bugprone-unchecked-optional-access,
698a57ec09SEd Tanous    bugprone-undefined-memory-manipulation,
708a57ec09SEd Tanous    bugprone-undelegated-constructor,
71bce0f038SEd Tanous    bugprone-unhandled-exception-at-new,
728a57ec09SEd Tanous    bugprone-unhandled-self-assignment,
73b1e74cd3SEd Tanous    bugprone-unique-ptr-array-mismatch,
74b1e74cd3SEd Tanous    bugprone-unsafe-functions,
75f3fd5248SEd Tanous    bugprone-unused-local-non-trivial-variable,
768a57ec09SEd Tanous    bugprone-unused-raii,
778a57ec09SEd Tanous    bugprone-unused-return-value,
788a57ec09SEd Tanous    bugprone-use-after-move,
798a57ec09SEd Tanous    bugprone-virtual-near-miss,
80a25223c2SEd Tanous    cert-con36-c,
81a25223c2SEd Tanous    cert-con54-cpp,
82a25223c2SEd Tanous    cert-dcl03-c,
83a25223c2SEd Tanous    cert-dcl16-c,
84a25223c2SEd Tanous    cert-dcl21-cpp,
85b1e74cd3SEd Tanous    cert-dcl37-c,
86a25223c2SEd Tanous    cert-dcl50-cpp,
87b1e74cd3SEd Tanous    cert-dcl51-cpp,
88a25223c2SEd Tanous    cert-dcl54-cpp,
89a25223c2SEd Tanous    cert-dcl58-cpp,
90a25223c2SEd Tanous    cert-dcl59-cpp,
91a25223c2SEd Tanous    cert-env33-c,
92a25223c2SEd Tanous    cert-err09-cpp,
93a25223c2SEd Tanous    cert-err34-c,
94a25223c2SEd Tanous    cert-err52-cpp,
95a25223c2SEd Tanous    cert-err60-cpp,
96a25223c2SEd Tanous    cert-err61-cpp,
97a25223c2SEd Tanous    cert-fio38-c,
98a25223c2SEd Tanous    cert-flp30-c,
99a25223c2SEd Tanous    cert-mem57-cpp,
100a25223c2SEd Tanous    cert-msc30-c,
101a25223c2SEd Tanous    cert-msc32-c,
102a25223c2SEd Tanous    cert-msc50-cpp,
103a25223c2SEd Tanous    cert-msc51-cpp,
104a25223c2SEd Tanous    cert-oop11-cpp,
105a25223c2SEd Tanous    cert-oop54-cpp,
106a25223c2SEd Tanous    cert-oop57-cpp,
107bce0f038SEd Tanous    cert-oop58-cpp,
108bce0f038SEd Tanous    cert-pos44-c,
109bce0f038SEd Tanous    cert-pos47-c,
110bce0f038SEd Tanous    cert-sig30-c,
111bce0f038SEd Tanous    cert-str34-c,
112b1e74cd3SEd Tanous    clang-analyzer-apiModeling.Errno,
113193105f1SEd Tanous    clang-analyzer-apiModeling.TrustNonnull,
114b1e74cd3SEd Tanous    clang-analyzer-apiModeling.TrustReturnsNonnull,
115a25223c2SEd Tanous    clang-analyzer-apiModeling.google.GTest,
116a25223c2SEd Tanous    clang-analyzer-apiModeling.llvm.CastValue,
117a25223c2SEd Tanous    clang-analyzer-apiModeling.llvm.ReturnValue,
118b1e74cd3SEd Tanous    clang-analyzer-core.BitwiseShift,
119b1e74cd3SEd Tanous    clang-analyzer-core.CallAndMessage,
120a25223c2SEd Tanous    clang-analyzer-core.CallAndMessageModeling,
121a25223c2SEd Tanous    clang-analyzer-core.DivideZero,
122a25223c2SEd Tanous    clang-analyzer-core.DynamicTypePropagation,
123a25223c2SEd Tanous    clang-analyzer-core.NonNullParamChecker,
124193105f1SEd Tanous    clang-analyzer-core.NonnilStringConstants,
125a25223c2SEd Tanous    clang-analyzer-core.NullDereference,
126a25223c2SEd Tanous    clang-analyzer-core.StackAddrEscapeBase,
127a25223c2SEd Tanous    clang-analyzer-core.StackAddressEscape,
128a25223c2SEd Tanous    clang-analyzer-core.UndefinedBinaryOperatorResult,
129193105f1SEd Tanous    clang-analyzer-core.VLASize,
130193105f1SEd Tanous    clang-analyzer-core.builtin.BuiltinFunctions,
131193105f1SEd Tanous    clang-analyzer-core.builtin.NoReturnFunctions,
132a25223c2SEd Tanous    clang-analyzer-core.uninitialized.ArraySubscript,
133a25223c2SEd Tanous    clang-analyzer-core.uninitialized.Assign,
134a25223c2SEd Tanous    clang-analyzer-core.uninitialized.Branch,
135a25223c2SEd Tanous    clang-analyzer-core.uninitialized.CapturedBlockVariable,
136b1e74cd3SEd Tanous    clang-analyzer-core.uninitialized.NewArraySize,
137a25223c2SEd Tanous    clang-analyzer-core.uninitialized.UndefReturn,
138a25223c2SEd Tanous    clang-analyzer-cplusplus.InnerPointer,
139a25223c2SEd Tanous    clang-analyzer-cplusplus.Move,
140a25223c2SEd Tanous    clang-analyzer-cplusplus.NewDelete,
141a25223c2SEd Tanous    clang-analyzer-cplusplus.NewDeleteLeaks,
142a25223c2SEd Tanous    clang-analyzer-cplusplus.PlacementNew,
143a25223c2SEd Tanous    clang-analyzer-cplusplus.PureVirtualCall,
144a25223c2SEd Tanous    clang-analyzer-cplusplus.SelfAssignment,
145a25223c2SEd Tanous    clang-analyzer-cplusplus.SmartPtrModeling,
146b1e74cd3SEd Tanous    clang-analyzer-cplusplus.StringChecker,
147a25223c2SEd Tanous    clang-analyzer-cplusplus.VirtualCallModeling,
148a25223c2SEd Tanous    clang-analyzer-deadcode.DeadStores,
149a25223c2SEd Tanous    clang-analyzer-fuchsia.HandleChecker,
150193105f1SEd Tanous    clang-analyzer-nullability.NullPassedToNonnull,
151193105f1SEd Tanous    clang-analyzer-nullability.NullReturnedFromNonnull,
152a25223c2SEd Tanous    clang-analyzer-nullability.NullabilityBase,
153a25223c2SEd Tanous    clang-analyzer-nullability.NullableDereferenced,
154a25223c2SEd Tanous    clang-analyzer-nullability.NullablePassedToNonnull,
155a25223c2SEd Tanous    clang-analyzer-nullability.NullableReturnedFromNonnull,
156b1e74cd3SEd Tanous    clang-analyzer-optin.core.EnumCastOutOfRange,
157a25223c2SEd Tanous    clang-analyzer-optin.cplusplus.UninitializedObject,
158a25223c2SEd Tanous    clang-analyzer-optin.cplusplus.VirtualCall,
159a25223c2SEd Tanous    clang-analyzer-optin.mpi.MPI-Checker,
160193105f1SEd Tanous    clang-analyzer-optin.osx.OSObjectCStyleCast,
161a25223c2SEd Tanous    clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker,
162a25223c2SEd Tanous    clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker,
163a25223c2SEd Tanous    clang-analyzer-optin.performance.GCDAntipattern,
164a25223c2SEd Tanous    clang-analyzer-optin.performance.Padding,
165a25223c2SEd Tanous    clang-analyzer-optin.portability.UnixAPI,
166a25223c2SEd Tanous    clang-analyzer-osx.API,
167193105f1SEd Tanous    clang-analyzer-osx.MIG,
168193105f1SEd Tanous    clang-analyzer-osx.NSOrCFErrorDerefChecker,
169193105f1SEd Tanous    clang-analyzer-osx.NumberObjectConversion,
170193105f1SEd Tanous    clang-analyzer-osx.OSObjectRetainCount,
171193105f1SEd Tanous    clang-analyzer-osx.ObjCProperty,
172193105f1SEd Tanous    clang-analyzer-osx.SecKeychainAPI,
173a25223c2SEd Tanous    clang-analyzer-osx.cocoa.AtSync,
174a25223c2SEd Tanous    clang-analyzer-osx.cocoa.AutoreleaseWrite,
175a25223c2SEd Tanous    clang-analyzer-osx.cocoa.ClassRelease,
176a25223c2SEd Tanous    clang-analyzer-osx.cocoa.Dealloc,
177a25223c2SEd Tanous    clang-analyzer-osx.cocoa.IncompatibleMethodTypes,
178a25223c2SEd Tanous    clang-analyzer-osx.cocoa.Loops,
179a25223c2SEd Tanous    clang-analyzer-osx.cocoa.MissingSuperCall,
180a25223c2SEd Tanous    clang-analyzer-osx.cocoa.NSAutoreleasePool,
181a25223c2SEd Tanous    clang-analyzer-osx.cocoa.NSError,
182193105f1SEd Tanous    clang-analyzer-osx.cocoa.NilArg,
183193105f1SEd Tanous    clang-analyzer-osx.cocoa.NonNilReturnValue,
184a25223c2SEd Tanous    clang-analyzer-osx.cocoa.ObjCGenerics,
185a25223c2SEd Tanous    clang-analyzer-osx.cocoa.RetainCount,
186a25223c2SEd Tanous    clang-analyzer-osx.cocoa.RetainCountBase,
187a25223c2SEd Tanous    clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak,
188a25223c2SEd Tanous    clang-analyzer-osx.cocoa.SelfInit,
189a25223c2SEd Tanous    clang-analyzer-osx.cocoa.SuperDealloc,
190a25223c2SEd Tanous    clang-analyzer-osx.cocoa.UnusedIvars,
191a25223c2SEd Tanous    clang-analyzer-osx.cocoa.VariadicMethodTypes,
192a25223c2SEd Tanous    clang-analyzer-osx.coreFoundation.CFError,
193a25223c2SEd Tanous    clang-analyzer-osx.coreFoundation.CFNumber,
194a25223c2SEd Tanous    clang-analyzer-osx.coreFoundation.CFRetainRelease,
195a25223c2SEd Tanous    clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
196a25223c2SEd Tanous    clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
197a25223c2SEd Tanous    clang-analyzer-security.FloatLoopCounter,
198b1e74cd3SEd Tanous    clang-analyzer-security.cert.env.InvalidPtr,
199193105f1SEd Tanous    clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
200193105f1SEd Tanous    clang-analyzer-security.insecureAPI.SecuritySyntaxChecker,
201193105f1SEd Tanous    clang-analyzer-security.insecureAPI.UncheckedReturn,
202a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.bcmp,
203a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.bcopy,
204a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.bzero,
205a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.decodeValueOfObjCType,
206a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.getpw,
207a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.gets,
208a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.mkstemp,
209a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.mktemp,
210a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.rand,
211a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.strcpy,
212a25223c2SEd Tanous    clang-analyzer-security.insecureAPI.vfork,
213a25223c2SEd Tanous    clang-analyzer-unix.API,
214a25223c2SEd Tanous    clang-analyzer-unix.DynamicMemoryModeling,
215b1e74cd3SEd Tanous    clang-analyzer-unix.Errno,
216a25223c2SEd Tanous    clang-analyzer-unix.Malloc,
217a25223c2SEd Tanous    clang-analyzer-unix.MallocSizeof,
218a25223c2SEd Tanous    clang-analyzer-unix.MismatchedDeallocator,
219b1e74cd3SEd Tanous    clang-analyzer-unix.StdCLibraryFunctions,
220a25223c2SEd Tanous    clang-analyzer-unix.Vfork,
221193105f1SEd Tanous    clang-analyzer-unix.cstring.BadSizeArg,
222193105f1SEd Tanous    clang-analyzer-unix.cstring.CStringModeling,
223193105f1SEd Tanous    clang-analyzer-unix.cstring.NullArg,
224a25223c2SEd Tanous    clang-analyzer-valist.CopyToSelf,
225a25223c2SEd Tanous    clang-analyzer-valist.Uninitialized,
226a25223c2SEd Tanous    clang-analyzer-valist.Unterminated,
227a25223c2SEd Tanous    clang-analyzer-valist.ValistBase,
228a25223c2SEd Tanous    clang-analyzer-webkit.NoUncountedMemberChecker,
229a25223c2SEd Tanous    clang-analyzer-webkit.RefCntblBaseVirtualDtor,
230b1e74cd3SEd Tanous    clang-analyzer-webkit.UncountedLambdaCapturesChecker,
231532c8649SEd Tanous    cppcoreguidelines-avoid-c-arrays,
232b1e74cd3SEd Tanous    cppcoreguidelines-avoid-capturing-lambda-coroutines,
23373030639SEd Tanous    cppcoreguidelines-avoid-goto,
234bce0f038SEd Tanous    cppcoreguidelines-c-copy-assignment-signature,
235bce0f038SEd Tanous    cppcoreguidelines-explicit-virtual-functions,
236a771f6a7SEd Tanous    cppcoreguidelines-init-variables,
237bce0f038SEd Tanous    cppcoreguidelines-interfaces-global-init,
238b1e74cd3SEd Tanous    cppcoreguidelines-macro-to-enum,
239bce0f038SEd Tanous    cppcoreguidelines-macro-usage,
240b1e74cd3SEd Tanous    cppcoreguidelines-misleading-capture-default-by-value,
241b1e74cd3SEd Tanous    cppcoreguidelines-missing-std-forward,
242bce0f038SEd Tanous    cppcoreguidelines-no-malloc,
243b1e74cd3SEd Tanous    cppcoreguidelines-no-suspend-with-lock,
244b1e74cd3SEd Tanous    cppcoreguidelines-noexcept-destructor,
245b1e74cd3SEd Tanous    cppcoreguidelines-noexcept-move-operations,
246b1e74cd3SEd Tanous    cppcoreguidelines-noexcept-swap,
247bce0f038SEd Tanous    cppcoreguidelines-prefer-member-initializer,
248bce0f038SEd Tanous    cppcoreguidelines-pro-bounds-array-to-pointer-decay,
249bce0f038SEd Tanous    cppcoreguidelines-pro-type-const-cast,
250bce0f038SEd Tanous    cppcoreguidelines-pro-type-cstyle-cast,
251bce0f038SEd Tanous    cppcoreguidelines-pro-type-member-init,
252bce0f038SEd Tanous    cppcoreguidelines-pro-type-reinterpret-cast,
253bce0f038SEd Tanous    cppcoreguidelines-pro-type-static-cast-downcast,
254bce0f038SEd Tanous    cppcoreguidelines-pro-type-union-access,
25599c4409aSEd Tanous    cppcoreguidelines-pro-type-vararg,
2569142343bSEd Tanous    cppcoreguidelines-rvalue-reference-param-not-moved,
257*ba6ccd61SPatrick Williams    cppcoreguidelines-slicing,
258b1e74cd3SEd Tanous    cppcoreguidelines-use-default-member-init,
259b1e74cd3SEd Tanous    cppcoreguidelines-virtual-class-destructor,
260bce0f038SEd Tanous    google-explicit-constructor,
261b1e74cd3SEd Tanous    misc-coroutine-hostile-raii,
262b1e74cd3SEd Tanous    misc-header-include-cycle,
263eacbfdd1SEd Tanous    misc-include-cleaner,
264b1e74cd3SEd Tanous    misc-misleading-bidirectional,
265b1e74cd3SEd Tanous    misc-misleading-identifier,
2668a57ec09SEd Tanous    misc-misplaced-const,
267b1e74cd3SEd Tanous    misc-new-delete-overloads,
268b1e74cd3SEd Tanous    misc-non-copyable-objects,
2698a57ec09SEd Tanous    misc-redundant-expression,
2708a57ec09SEd Tanous    misc-static-assert,
2718a57ec09SEd Tanous    misc-throw-by-value-catch-by-reference,
2728a57ec09SEd Tanous    misc-unconventional-assign-operator,
2738a57ec09SEd Tanous    misc-uniqueptr-reset-release,
274b1e74cd3SEd Tanous    misc-unused-alias-decls,
275b1e74cd3SEd Tanous    misc-unused-parameters,
2768a57ec09SEd Tanous    misc-unused-using-decls,
277a25223c2SEd Tanous    modernize-avoid-bind,
278a25223c2SEd Tanous    modernize-deprecated-headers,
279a25223c2SEd Tanous    modernize-deprecated-ios-base-aliases,
280a25223c2SEd Tanous    modernize-loop-convert,
281a25223c2SEd Tanous    modernize-make-shared,
282a25223c2SEd Tanous    modernize-make-unique,
283a25223c2SEd Tanous    modernize-raw-string-literal,
284201a1015SEd Tanous    modernize-redundant-void-arg,
285a25223c2SEd Tanous    modernize-replace-auto-ptr,
286a25223c2SEd Tanous    modernize-replace-random-shuffle,
287a25223c2SEd Tanous    modernize-return-braced-init-list,
288a25223c2SEd Tanous    modernize-shrink-to-fit,
289a25223c2SEd Tanous    modernize-unary-static-assert,
290a25223c2SEd Tanous    modernize-use-bool-literals,
291a25223c2SEd Tanous    modernize-use-default-member-init,
292a25223c2SEd Tanous    modernize-use-emplace,
293a25223c2SEd Tanous    modernize-use-equals-default,
294a25223c2SEd Tanous    modernize-use-equals-delete,
295a25223c2SEd Tanous    modernize-use-noexcept,
296a25223c2SEd Tanous    modernize-use-nullptr,
297a25223c2SEd Tanous    modernize-use-override,
298b1e74cd3SEd Tanous    modernize-use-starts-ends-with,
299b1e74cd3SEd Tanous    modernize-use-std-numbers,
300a25223c2SEd Tanous    modernize-use-transparent-functors,
301a25223c2SEd Tanous    modernize-use-uncaught-exceptions,
302a25223c2SEd Tanous    modernize-use-using,
3038a57ec09SEd Tanous    performance-faster-string-find,
3048a57ec09SEd Tanous    performance-for-range-copy,
3058a57ec09SEd Tanous    performance-implicit-conversion-in-loop,
3068a57ec09SEd Tanous    performance-inefficient-algorithm,
3078a57ec09SEd Tanous    performance-inefficient-string-concatenation,
3088a57ec09SEd Tanous    performance-inefficient-vector-operation,
3098a57ec09SEd Tanous    performance-move-const-arg,
3108a57ec09SEd Tanous    performance-move-constructor-init,
311a25223c2SEd Tanous    performance-no-automatic-move,
312bce0f038SEd Tanous    performance-no-int-to-ptr,
313b1e74cd3SEd Tanous    performance-noexcept-destructor,
3148a57ec09SEd Tanous    performance-noexcept-move-constructor,
315b1e74cd3SEd Tanous    performance-noexcept-swap,
3168a57ec09SEd Tanous    performance-trivially-destructible,
317a25223c2SEd Tanous    performance-type-promotion-in-math-fn,
318a25223c2SEd Tanous    performance-unnecessary-copy-initialization,
3198a57ec09SEd Tanous    performance-unnecessary-value-param,
320bce0f038SEd Tanous    readability-avoid-const-params-in-decls,
321b1e74cd3SEd Tanous    readability-avoid-nested-conditional-operator,
322b1e74cd3SEd Tanous    readability-avoid-return-with-void-value,
323b1e74cd3SEd Tanous    readability-avoid-unconditional-preprocessor-if,
3248a57ec09SEd Tanous    readability-braces-around-statements,
3258a57ec09SEd Tanous    readability-const-return-type,
326b1e74cd3SEd Tanous    readability-container-contains,
327de366c82SEd Tanous    readability-container-data-pointer,
328bce0f038SEd Tanous    readability-container-size-empty,
329bce0f038SEd Tanous    readability-convert-member-functions-to-static,
3308a57ec09SEd Tanous    readability-delete-null-pointer,
3318a57ec09SEd Tanous    readability-deleted-default,
332*ba6ccd61SPatrick Williams    readability-duplicate-include,
333a25223c2SEd Tanous    readability-else-after-return,
334bce0f038SEd Tanous    readability-function-size,
335bce0f038SEd Tanous    readability-identifier-naming,
336bce0f038SEd Tanous    readability-implicit-bool-conversion,
337bce0f038SEd Tanous    readability-inconsistent-declaration-parameter-name,
338bce0f038SEd Tanous    readability-isolate-declaration,
339bce0f038SEd Tanous    readability-make-member-function-const,
340bce0f038SEd Tanous    readability-misleading-indentation,
341bce0f038SEd Tanous    readability-misplaced-array-index,
342bce0f038SEd Tanous    readability-named-parameter,
343bce0f038SEd Tanous    readability-non-const-parameter,
344*ba6ccd61SPatrick Williams    readability-operators-representation,
345bce0f038SEd Tanous    readability-qualified-auto,
346bce0f038SEd Tanous    readability-redundant-access-specifiers,
347b1e74cd3SEd Tanous    readability-redundant-casting,
348bce0f038SEd Tanous    readability-redundant-control-flow,
349bce0f038SEd Tanous    readability-redundant-declaration,
350bce0f038SEd Tanous    readability-redundant-function-ptr-dereference,
351b1e74cd3SEd Tanous    readability-redundant-inline-specifier,
352bce0f038SEd Tanous    readability-redundant-member-init,
353bce0f038SEd Tanous    readability-redundant-preprocessor,
354bce0f038SEd Tanous    readability-redundant-smartptr-get,
355bce0f038SEd Tanous    readability-redundant-string-cstr,
356bce0f038SEd Tanous    readability-redundant-string-init,
357b1e74cd3SEd Tanous    readability-reference-to-constructed-temporary,
358bce0f038SEd Tanous    readability-simplify-boolean-expr,
359bce0f038SEd Tanous    readability-simplify-subscript-expr,
360bce0f038SEd Tanous    readability-static-definition-in-anonymous-namespace,
361bce0f038SEd Tanous    readability-string-compare,
362bce0f038SEd Tanous    readability-suspicious-call-argument,
363bce0f038SEd Tanous    readability-uniqueptr-delete-release,
364*ba6ccd61SPatrick Williams    readability-uppercase-literal-suffix
365*ba6ccd61SPatrick Williams    '
366*ba6ccd61SPatrick Williams
367*ba6ccd61SPatrick WilliamsCheckOptions:
368*ba6ccd61SPatrick Williams-   key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
369*ba6ccd61SPatrick Williams    value: true
370*ba6ccd61SPatrick Williams-   key: misc-include-cleaner.IgnoreHeaders
371*ba6ccd61SPatrick Williams    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))
372*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.ClassCase
373*ba6ccd61SPatrick Williams    value: CamelCase
374*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.FunctionCase
375*ba6ccd61SPatrick Williams    value: camelBack
376*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.NamespaceCase
377*ba6ccd61SPatrick Williams    value: lower_case
378*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.ParameterCase
379*ba6ccd61SPatrick Williams    value: camelBack
380*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.StructCase
381*ba6ccd61SPatrick Williams    value: CamelCase
382*ba6ccd61SPatrick Williams-   key: readability-identifier-naming.VariableCase
383*ba6ccd61SPatrick Williams    value: camelBack
384*ba6ccd61SPatrick Williams
385*ba6ccd61SPatrick WilliamsHeaderFilterRegex: .*
3868a57ec09SEd Tanous
3878a57ec09SEd TanousWarningsAsErrors: '*'
388