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

Note: related to https://github.com/apache/kafka/pull/13205 **Summary of the problem:** 'spotlessScalaCheck' gradle task works as expected in isolation, **_but fails when combined with other Gradle tasks._** **Gradle version:** 8.0 **Spotless Gradle plugin...

bug

Hello, my question is whether it is possible to limit `yaml` formatting to just indentation and preserving empty lines. In other words if it's possible to avoid using `jackson` and...

question

Question for pom.xml validation How to disable comments formatting? See also https://stackoverflow.com/questions/76954342/how-to-make-tidy-maven-plugin-and-spotless-maven-plugin-to-ignore-comments-forma config ```xml com.diffplug.spotless spotless-maven-plugin 2.30.0 check ```

question

Several spotless check actually use `google-java-format` under the hoods. When those checks are run from a JDK 17 environment but files are actually targeting Java 8 or Java 11, and...

enhancement

I am currently using the Spotless Maven Plugin in my Java projects to enforce code formatting and have found its features extremely useful in maintaining a clean, consistent codebase. However,...

enhancement

## Summary `./gradlew spotlessGroovy` fails on the following simple groovy code. ```groovy class A { def closure = () -> { println("Hello") } } ``` A part of error: ```...

bug

## Summary When running `mvn spotless:apply` under the newly released Java 21, and manually updating the `asm` dependency, I get an error about `'other' is different type of Path`. -...

bug

Starting to get this warning every time I run spotlessApply command on my new Android app project. ``` Configuration 'spotless-1972454365' was resolved during configuration time. This is a build performance...

bug-unconfirmed

See https://github.com/Goooler/spotless/releases/tag/gradle%2F6.21.0.

enhancement

I've noticed in change logs, that configuration cache support was added. But, when using latest spotless version, my Android studio, still produces a [warning](https://user-images.githubusercontent.com/5972966/222399703-5b39b96b-f377-4763-8bb4-319a9429fae2.png), that spotless in not compatible. With...

question