Alex Johnson
12/23/2020, 4:00 PMfun Validated<Nel<Violation>, Field<List<MyReallyLongObjectTypeName>>>.validate(): Validated<Nel<Violation>, Field<List<MyOtherReallyLongObjectTypeName>>> {
Most places cause a violation with ktlint, I'm wondering if a suppression for it is the best option for readability.jlleitschuh
12/23/2020, 4:01 PMAlex Johnson
12/23/2020, 4:02 PMtapchicoma
12/23/2020, 4:43 PMValidated<
Nel<Violation>,
Field<
List<
MyOtherReallyLongObjectTypeName
>
>
>
But yeah - better to introduce typealiasjlleitschuh
12/23/2020, 4:44 PM