spotless icon indicating copy to clipboard operation
spotless copied to clipboard

Keep your code spotless

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

- https://github.com/checkstyle/checkstyle/pull/17140 ```console [INFO] --- spotless:2.44.4:check (default-cli) @ checkstyle --- [INFO] Index file does not exist. Fallback to an empty index [ERROR] Step 'eclipse jdt formatter' found problem in 'JavadocContentLocationCheck.java':...

for improved error messaging, issue #1988 - Introduced a new parameter `executionId` to capture the execution ID from Maven's configuration. - Updated error messages to include the execution ID when...

Test case: 1. Define a .proto files larger than 64 KiB (or your platform's pipe buffer limit). Padding with whitespace should also work. 2. Configure spotless to format said file....

Versions: * spotless: 6.25.0 * ktfmt: 0.54 * gradle: 8.13 Following the documentation (https://github.com/diffplug/spotless/tree/main/plugin-gradle#ktfmt) and trying to configure `ktfmt`, but getting a `java.lang.NoSuchMethodError` ```kotlin plugins { id("org.jetbrains.kotlin.jvm") id("com.diffplug.spotless") } spotless...

My CI has failed several times due to `:app:spotlessHtmlCheck`, even though it was fine a few minutes before. The HTML file was never modified for so long and it was...

bug

I'm encountering inconsistent formatting behavior when both blocks — one tabs true and another with spaces true — are defined under the Spotless configuration in a Maven project. Some Java...

I have this code and i saw a difference when running prettier using npm directly and when running using spotless When using npm the code is formated like this `export...

After upgrading the junit5 repo to 7.0.0, multiple `spotlessJava` tasks started failing: https://ge.junit.org/s/2w4v63lm6syzs/failure#1 Could this be a concurrency issue since the affected tasks run [in parallel](https://ge.junit.org/s/2w4v63lm6syzs/timeline?outcome=failed)? The build is using...

bug

Not sure this is related to https://github.com/diffplug/spotless/issues/1819#issuecomment-2830878265, so opening a new issue here. The `removeUnusedImports` is not working, with the setup ``` com.diffplug.spotless spotless-maven-plugin 2.44.4 2.63.0 PALANTIR true ``` on...