You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I adapted my configuration from the documentation over at the Spotless GitHub page
In my comment I refer to these lines in the EqualsVerifier pom. Note that only the first <include> will be necessary for most people: <include>src/*/java/**/*.java</include>. I have an uncommon setup for some unit tests that are specific for certain Java versions (e.g. tests for Java 16's record feature).
Spotless does support prettier and mentions prettier for java. Maybe we should provide examples how to configure spotless with prettier for java.
The text was updated successfully, but these errors were encountered: