mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
20 lines
521 B
YAML
20 lines
521 B
YAML
Checks: '
|
|
-*,
|
|
bugprone-argument-comment,
|
|
bugprone-use-after-move,
|
|
misc-unused-using-decls,
|
|
modernize-use-default-member-init,
|
|
modernize-use-nullptr,
|
|
performance-for-range-copy,
|
|
performance-move-const-arg,
|
|
performance-no-automatic-move,
|
|
performance-unnecessary-copy-initialization,
|
|
readability-const-return-type,
|
|
readability-redundant-declaration,
|
|
readability-redundant-string-init,
|
|
'
|
|
WarningsAsErrors: '*'
|
|
CheckOptions:
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
value: false
|
|
HeaderFilterRegex: '.'
|