mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-13 10:21:34 +02:00
refactor: Remove duplication of clang-tidy's check names
This commit is contained in:
parent
635f1900d0
commit
06fc29326b
@ -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…
x
Reference in New Issue
Block a user