Updated on 2026-08-14
This commit is contained in:
parent
e98780ff93
commit
479d142807
283 changed files with 2338 additions and 2730 deletions
|
|
@ -613,10 +613,11 @@ style:
|
|||
active: true
|
||||
UnusedPrivateClass:
|
||||
active: true
|
||||
ignoreAnnotated: ['UnusedRequiredComponent']
|
||||
UnusedPrivateMember:
|
||||
active: true
|
||||
allowedNames: '(_|ignored|expected|serialVersionUID)'
|
||||
ignoreAnnotated: ['Preview']
|
||||
ignoreAnnotated: ['Preview', 'UnusedRequiredComponent']
|
||||
UseAnyOrNoneInsteadOfFind:
|
||||
active: true
|
||||
UseArrayLiteralsInAnnotations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue