mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -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-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
Reference in a new issue