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,
|
2022-07-29 10:11:04 +01:00
|
|
|
bugprone-use-after-move,
|
2022-06-24 14:57:31 +01:00
|
|
|
misc-unused-using-decls,
|
2022-05-11 16:03:51 +01:00
|
|
|
modernize-use-default-member-init,
|
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-*,
|
|
|
|
-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: '.'
|