Ned Twigg
Ned Twigg
This would probably be a helpful feature. Formatting failures can be split into two categories: - automatically fixable - user intervention required Spotless focuses heavily on the first category, because...
@ragurney added Gradle version parsing in https://github.com/ragurney/spotless-intellij-gradle/pull/22. One option to allow the speedup mentioned in 2. above (switching from `spotlessApply` to `:spotlessApply` would be for the Spotless plugin to alter...
I agree with everything @jbduncan said, and I think this is mostly a wontfix. But! It is somewhat frequent for users to complain about line-wrapping behavior. One solution might be...
@lutovich just in case you didn't see this. I have no opinion either way.
Thanks to buildcache, our standard CI build is now ~45 seconds. But the maven builds are 7 - 10 *minutes*, every time. e.g. https://app.circleci.com/pipelines/github/diffplug/spotless/734/workflows/eb22b955-dd19-40a8-aaa3-bd6519d9ac84 The linked plugin recently added buildcache...
I would love a PR for this, thanks very much for investigating!
`leadingTabsToSpaces` and `leadingSpacesToTabs` are better names, good call! Important checklist for the old methods: - [ ] should keep working - [ ] be marked as deprecated - [ ]...
Did you try switching the order? `` then ``?
I think I know why this is happening. We create a single task in the root project, `:spotlessInternalRegisterDependencies`. The problem is that in a composite build, there will be two...
I was wrong. I added some very simple printlns: https://github.com/diffplug/spotless/commit/72919ceeb2d852add4cb38d504d3576b0adbc5eb And this is the output I get over and over: ``` ./gradlew build > Configure project : ~~~ REGISTER spotlessInternalRegisterDependencies...