Ned Twigg
Ned Twigg
Looks like this breaks the integration tests, not sure why.
PRs welcome. One of the situations Spotless handles is that maven artifacts move around over time. e.g. `ktlint` I think has lived at three different `g:a` coordinates while Spotless has...
- `JacksonJsonStepTest` is failing because the original value is not `.equals` to the roundtripped value. I'm not exactly sure why, but it might be related to map ordering in `LinkedHashMap`....
Spotless never sends your code to a remote server, and none of our plugins do. We did have a problem once where one our formatters was doing XML validation, and...
I'm having a hard time testing this locally. I added `idea` to my path which was tricky, tried to follow these https://www.jetbrains.com/help/idea/command-line-formatter.html#8feaa497 But I'm getting `Only one instance of IDEA...
> should SortPom react to any settings that Spotless has, such as encoding or line endings? Or add support for endWithNewline? The Spotless value proposition is "if you implement a...
I think that everything that gets embedded should have a prefix, `relocationPrefix 'spotless.shadow'`. If JGit is the problematic dep, it could be just these that get embedded - `spotless-lib` -...
If we shade a transitive (like JGit), we *have* to shade all the code which calls into it (spotless-lib-extra) so that `lib-extra` can updated to look for `shadow.jgit`. The problem...