-
Notifications
You must be signed in to change notification settings - Fork 218
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
fix: spotless plugin (googleJavaFormat) #2706
fix: spotless plugin (googleJavaFormat) #2706
Conversation
pom.xml
Outdated
<java> | ||
<googleJavaFormat> | ||
<reflowLongStrings>true</reflowLongStrings> | ||
<formatJavadoc>false</formatJavadoc> |
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.
Why format javadoc is false?
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.
it was in the examples, but sure, why not
b68c59a
to
0af0830
Compare
But if we could fix eclipse that would be the best :) |
d8a0ecc
to
805f676
Compare
@csviri so are we going with this google-format then? :) Can I close the other PRs? |
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.
I'm fine with this one, we should check if the links in the documentation are still correct, probably not, but that can be a separate PR.
let's wait for @metacosm , what he thinks |
I updated links in this PR. Did I miss something? |
In the /docs content, we reference source code in lot's of places, not sure - have to check - but in some places also lines, those are now probably outdated. |
@csviri I'll do a pass over docs in a follow up PR. |
@metacosm can we merge this? kinda blocks the work on other issues, if I want to avoid conflicts |
Going to check. |
Signed-off-by: xstefank <[email protected]>
Signed-off-by: xstefank <[email protected]>
805f676
to
79376f8
Compare
Are there options we can tweak, like the line length? |
@metacosm I don't think so - https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/java/GoogleJavaFormat.java We are giving away flexibility for easier config. |
OK, not too fond of the rather short line length but so be it… |
No description provided.