-
Notifications
You must be signed in to change notification settings - Fork 487
Use palantir-java-format
as default formatter in RemoveUnusedImportsStep
#2541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
887d3c4
to
d6329c5
Compare
...c/test/java/com/diffplug/spotless/java/RemoveUnusedImportsStep_withGoogleJavaFormatTest.java
Show resolved
Hide resolved
Update changelogs and docs and this is good to merge. |
nice thanks. Actually its kind of refactoring but still changed some logic i would like to test. Maybe test afterwards, not to block shipment. Will update thanks. |
palantir-java-format
as default formatter in RemoveUnusedImportsStep
palantir-java-format
as default formatter in RemoveUnusedImportsStep
d6329c5
to
2ebe138
Compare
@Test | ||
void testDefaults() { | ||
assertEquals("palantir-java-format", defaultFormatter()); | ||
assertEquals("palantir-java-format", DEFAULT_FORMATTER); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
convention is same package, to be able to access package private.
done.
which one? |
use
palantir-java-format
as default formatter inRemoveUnusedImportsStep
RemoveUnusedImportsStep
leftovers palantir/palantir-java-format#1337RemoveUnusedImportsStep
#2533