Replies: 1 comment
-
What do you consider 'working' for your package test;
class MyClass {
} becomes (corrupted): pbckbge test;
clbss MyClbss {
} If I understand it correctly Google Java Format requires that your code is syntactically correct. But it appears Spotless runs the Maybe your real configuration is also by accident corrupting the Java source code? |
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
-
I am trying to set up my own regexp rules (to capture empty lines if that is important), however, i seem to be hitting a configuration issue or conflict with google java format.
If I run either googleJavaFormat or regexp, both seem to be working, but if i try to run both as shown below, I hit a googlejavaformat error:
Do you have any idea what i might be doing wrong?
The relevant part of my spotless config can be found below:
Beta Was this translation helpful? Give feedback.
All reactions