2022-05-01 05:39:40 -04:00
|
|
|
Checks: '
|
|
|
|
-*,
|
2023-08-16 08:50:19 -04:00
|
|
|
bitcoin-*,
|
2022-05-01 05:39:40 -04:00
|
|
|
bugprone-argument-comment,
|
2024-05-30 06:33:59 -04:00
|
|
|
bugprone-move-forwarding-reference,
|
2023-10-27 10:24:20 -03:00
|
|
|
bugprone-string-constructor,
|
2022-07-29 05:11:04 -04:00
|
|
|
bugprone-use-after-move,
|
2023-10-26 11:28:50 -03:00
|
|
|
bugprone-lambda-function-name,
|
2024-06-05 13:47:21 -04:00
|
|
|
bugprone-unhandled-self-assignment,
|
2022-06-24 09:57:31 -04:00
|
|
|
misc-unused-using-decls,
|
2024-03-21 08:35:11 -03:00
|
|
|
misc-no-recursion,
|
2022-05-11 11:03:51 -04:00
|
|
|
modernize-use-default-member-init,
|
2023-10-04 08:53:40 -03:00
|
|
|
modernize-use-emplace,
|
2024-07-08 05:11:58 -04:00
|
|
|
modernize-use-equals-default,
|
2023-07-17 09:45:42 -04:00
|
|
|
modernize-use-noexcept,
|
2022-05-01 05:39:40 -04:00
|
|
|
modernize-use-nullptr,
|
2024-09-06 16:07:46 -04:00
|
|
|
modernize-use-starts-ends-with,
|
2023-03-26 16:18:13 -03:00
|
|
|
performance-*,
|
2023-07-20 11:19:48 -04:00
|
|
|
-performance-avoid-endl,
|
2024-03-15 07:47:25 -03:00
|
|
|
-performance-enum-size,
|
2023-03-26 16:18:13 -03:00
|
|
|
-performance-inefficient-string-concatenation,
|
|
|
|
-performance-no-int-to-ptr,
|
|
|
|
-performance-noexcept-move-constructor,
|
|
|
|
-performance-unnecessary-value-param,
|
2023-01-20 12:25:14 -03:00
|
|
|
readability-const-return-type,
|
2022-05-01 05:39:40 -04:00
|
|
|
readability-redundant-declaration,
|
2022-07-25 06:47:16 -04:00
|
|
|
readability-redundant-string-init,
|
2022-05-01 05:39:40 -04:00
|
|
|
'
|
2024-06-05 13:47:21 -04:00
|
|
|
HeaderFilterRegex: '.'
|
2023-01-17 10:11:19 -03:00
|
|
|
WarningsAsErrors: '*'
|
2022-08-19 05:38:56 -04:00
|
|
|
CheckOptions:
|
|
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
|
|
value: false
|
2024-06-05 13:47:21 -04:00
|
|
|
- key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField
|
|
|
|
value: false
|