spotless icon indicating copy to clipboard operation
spotless copied to clipboard

Keep your code spotless

Results 390 spotless issues
Sort by recently updated
recently updated
newest added

(See also https://github.com/projectnessie/cel-java/issues/185 ) Steps to reproduce: * Clone https://github.com/projectnessie/cel-java * Run `./gradlew check` -> failure * Interestingly: `./gradlew assemble check` works (may want to add `-x jmh` to skip...

bug

Documentation states that Spotless.SQL can use a `dbeaver().configFile('dbeaver.props')` however trying to set this config throws and error that this file extension is not supported and I see that it is...

bug

I've just tried to upgrade a project that was using version 6.5.2 of the Gradle plugin to 6.6.0 or 6.6.1. This works fine everywhere except for the Windows CI build...

bug

One of our projects uses a non-standard directory structure: `src/com/...` instead of `src/main/java/com/...` Maven has a `sourceDirectory` and `testSourceDirectory` configuration to support this. For example: ```xml ... src test ......

enhancement

*This is just a proposal, open to other UIs / designs / implementations* This PR adds a [`Lint`](https://github.com/diffplug/spotless/blob/e8e5df5781a4c6dda73ffbe0c1cbeb3c8d52d19c/lib/src/main/java/com/diffplug/spotless/Lint.java) pojo, as well as the new method `FormatterFunc::lint` with the following default...

pr-archive

We've accumulated a little bit of cruft in our internal APIs. Refactoring to support linters is easier if we clean this out first.

pr-archive

There is now a Gradle Plugin to help Gradle developers produce Maven plugins. https://github.com/britter/maven-plugin-development If there's a desire to unify the build, this may help by allowing us to simplify...

enhancement

https://github.com/diffplug/goomph/pull/191 is an interesting PR. spotless is failing, but it passes if you checkout the branch locally and clone. The reason for the discrepancy is that `diffplug/goomph` had main at...

enhancement

***Please thumbs-up this issue if you'd like Gradle to build this.*** TLDR: Unlike remote build cache, configuration cache is never going to be relocatable. Because of that, it might as...

enhancement

- Fix _ext project build problems introduced with JUnit5 - Store dependency locks for releases - Provide helper task to create lib-extra lock files - Provide documentation The original idea...