Replies: 1 comment
-
It would happen if I had an enum like enum class MyEnum {
ONE,
TWO;
} Ktlint wants it to be enum class MyEnum {
ONE,
TWO,
;
} Still not sure why it cannot locate the error but... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup Spotless on Wire and I'm getting the following error:
This file starts like this though
How do I deal with failures where it looks like the error doesn't seem to have been located properly?
spotless-plugin-gradle:
6.19.0
ktlint:
0.48.2
Beta Was this translation helpful? Give feedback.
All reactions