mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
refactor: Remove duplication of clang-tidy's check names
This commit is contained in:
parent
635f1900d0
commit
06fc29326b
1 changed files with 1 additions and 13 deletions
|
@ -12,19 +12,7 @@ performance-unnecessary-copy-initialization,
|
|||
readability-redundant-declaration,
|
||||
readability-redundant-string-init,
|
||||
'
|
||||
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,
|
||||
'
|
||||
WarningsAsErrors: '*'
|
||||
CheckOptions:
|
||||
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
||||
value: false
|
||||
|
|
Loading…
Add table
Reference in a new issue