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