Ned Twigg
Ned Twigg
I deleted a discussion above related to Java 8 vs 11 complexity which is now resolved since we have updated to Java 11 in #1530. So if anybody wants this...
Thanks very much @beegee1 for getting this started! Fixing this required making a silly little change in an upstream project. - https://github.com/diffplug/jscriptbox/pull/3
Released in `plugin-gradle 6.14.1`.
If you have a block of code with weird spacing that violates your format, but you'd like to preserve it (maybe as ASCII art comment), you can add `// @formatter:off`...
We're stuck on JNA 4.x because of this, but we'd love the option to go to 5.x. Pretty low-risk change, anything I can do to help this get merged and...
+1 for this. It's surprising to have stringConverter for every primitive except Booleans. For symmetry's sake it makes sense there should be one for Booleans, and that it should have...
I agree Boolean is more special than Integer, but I think the same arguments apply to Float, Double, and Enum. Does Doubles.stringConverter preserve all digits of precision? Does it use...
Same here - migrations work when loaded from the filesystem, but not when loaded from classpath. Started with 10.x, not a problem in 9.x
Better yet, add the tip into the error message!
The relevant parts are a combination of [`GitRatchet.java`](https://github.com/diffplug/spotless/blob/main/lib-extra/src/main/java/com/diffplug/spotless/extra/GitRatchet.java) and the [IDE hook PR](https://github.com/diffplug/spotless/pull/568/files). Because the total number of files staged is typically so few, there is potentially a meaningful speedup...