Ned Twigg
Ned Twigg
I don't like `-SNAPSHOT`, because they change out from under you. Easy to end up with commits in history which can't be run in the future because the `-SNAPSHOT` has...
Figuring out which code is generating that snapshot is ambiguous. If it can be added without throwing out our current release pipeline, I'm okay with it, but I still think...
thanks @jochenberger, will do! We've got one last PR to review and merge and then it's off to the presses - https://github.com/diffplug/spotless/pull/2633
What functionality do these Changelog things have that this URL does not? - https://github.com/diffplug/spotless/releases My view is that CHANGELOG.md should be as simple as possible, and other tools like e.g....
I'm following this convention: https://keepachangelog.com/en/1.1.0/
Hmm.. `net.ltgt.apt-eclipse` -> `com.diffplug.eclipse.apt` shouldn't be using `ideSetupP2` at all. > Is there a way to configure which path the plugin uses? https://github.com/diffplug/goomph/blob/d3aea147179056c16e5e7aa085c5b0bd56b0e043/src/main/java/com/diffplug/gradle/GoomphCacheLocations.java#L29-L48
Yes, PR's welcome. I think this is where most of the change will need to be, perhaps the only place - https://github.com/diffplug/durian-swt/blob/main/durian-swt.os/src/main/java/com/diffplug/common/swt/os/OS.java
Spotless Gradle supports this, but the Maven support is immature. @SapiensAnatis has made some progress [here](https://github.com/diffplug/spotless/discussions/1763#discussioncomment-6489691).
Fine to close this if you don't want it implemented, but I've had good luck on some of my projects leaving a seemingly-hopeless feature request open, and eventually somebody comes...
True, but HTML is common enough that `TemplateConfig` has fields like `htmlCommentsPreserved`. Something can be useful without being universal.