Deleted detekt.UseDataClass rule
This commit is contained in:
parent
6bc60ac0ab
commit
3fd44c3bbd
|
|
@ -387,9 +387,6 @@ style:
|
|||
UnusedPrivateMember:
|
||||
active: true
|
||||
allowedNames: "(_|ignored|expected|serialVersionUID)"
|
||||
UseDataClass:
|
||||
active: true
|
||||
excludeAnnotatedClasses: ""
|
||||
UtilityClassWithPublicConstructor:
|
||||
active: false
|
||||
VarCouldBeVal:
|
||||
|
|
|
|||
Loading…
Reference in New Issue