mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge bitcoin/bitcoin#26905: refactor: Remove duplication of clang-tidy's check names
06fc29326brefactor: Remove duplication of clang-tidy's check names (Hennadii Stepanov) Pull request description: This PR removes duplication of `clang-tidy`'s check names. No behavior change. Split up from https://github.com/bitcoin/bitcoin/pull/26642 as [requested](https://github.com/bitcoin/bitcoin/pull/26642#issuecomment-1385351923). ACKs for top commit: fanquake: ACK06fc29326bTree-SHA512: a21bef3d7d7201e14565b526af2eae7a90cf0f792803704a80a70a4c78f07ef2a2eef6a8dced80361efbf13291ecccb0977378b9532fc30970a2070426e4d82c
This commit is contained in:
commit
f41252f19d
1 changed files with 1 additions and 13 deletions
|
|
@ -12,19 +12,7 @@ performance-unnecessary-copy-initialization,
|
||||||
readability-redundant-declaration,
|
readability-redundant-declaration,
|
||||||
readability-redundant-string-init,
|
readability-redundant-string-init,
|
||||||
'
|
'
|
||||||
WarningsAsErrors: '
|
WarningsAsErrors: '*'
|
||||||
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,
|
|
||||||
'
|
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
||||||
value: false
|
value: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue