mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
19 lines
493 B
YAML
19 lines
493 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-redundant-declaration,
|
|
readability-redundant-string-init,
|
|
'
|
|
WarningsAsErrors: '*'
|
|
CheckOptions:
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
value: false
|
|
HeaderFilterRegex: './qt'
|