Merge pull request #291 from TouchInstinct/delete_detekt_UseDataClass

Deleted detekt.UseDataClass rule
This commit is contained in:
Grigorii 2021-12-08 19:02:45 +03:00 committed by GitHub
commit 082fc9a719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -387,9 +387,6 @@ style:
UnusedPrivateMember:
active: true
allowedNames: "(_|ignored|expected|serialVersionUID)"
UseDataClass:
active: true
excludeAnnotatedClasses: ""
UtilityClassWithPublicConstructor:
active: false
VarCouldBeVal: