mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
![dergoegge](/assets/img/avatar_default.png)
Co-authored-by: stickies-v <stickies-v@protonmail.com> Co-authored-by: Gloria Zhao <gloriajzhao@gmail.com>
29 lines
743 B
YAML
29 lines
743 B
YAML
Checks: '
|
|
-*,
|
|
bitcoin-*,
|
|
bugprone-argument-comment,
|
|
bugprone-string-constructor,
|
|
bugprone-use-after-move,
|
|
bugprone-lambda-function-name,
|
|
misc-unused-using-decls,
|
|
misc-no-recursion,
|
|
modernize-use-default-member-init,
|
|
modernize-use-emplace,
|
|
modernize-use-noexcept,
|
|
modernize-use-nullptr,
|
|
performance-*,
|
|
-performance-avoid-endl,
|
|
-performance-enum-size,
|
|
-performance-inefficient-string-concatenation,
|
|
-performance-no-int-to-ptr,
|
|
-performance-noexcept-move-constructor,
|
|
-performance-unnecessary-value-param,
|
|
readability-const-return-type,
|
|
readability-redundant-declaration,
|
|
readability-redundant-string-init,
|
|
'
|
|
WarningsAsErrors: '*'
|
|
CheckOptions:
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
value: false
|
|
HeaderFilterRegex: '.'
|