mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
faa11434fe
This makes it easier to add new ones without having to modify this file every time.
23 lines
592 B
YAML
23 lines
592 B
YAML
Checks: '
|
|
-*,
|
|
bitcoin-*,
|
|
bugprone-argument-comment,
|
|
bugprone-use-after-move,
|
|
misc-unused-using-decls,
|
|
modernize-use-default-member-init,
|
|
modernize-use-noexcept,
|
|
modernize-use-nullptr,
|
|
performance-*,
|
|
-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: '.'
|