mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
clang-tidy: Add bugprone-move-forwarding-reference
check
This commit is contained in:
parent
f61ede574c
commit
88cdb5967f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ Checks: '
|
|||
-*,
|
||||
bitcoin-*,
|
||||
bugprone-argument-comment,
|
||||
bugprone-move-forwarding-reference,
|
||||
bugprone-string-constructor,
|
||||
bugprone-use-after-move,
|
||||
bugprone-lambda-function-name,
|
||||
|
|
Loading…
Reference in a new issue