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

Spotless supports many formatters, and they have many transitive dependencies. We write most integration code using reflection, so that we don't have to reconcile the conflicting transitive dependencies of every...

enhancement

Feature Request: Prettier usually picks up the '.editorconfig'-File of the project. The following variables will be evaluated: - end_of_line - indent_style - indent_size/tab_width - max_line_length As far as I can...

enhancement

If you are submitting a **bug**, please include the following: - [ ] summary of problem Preface: - I want to format my project with prettierjs. - NodeJS is not...

bug

I have a multi-module Maven project that contains a number of XML files, which I'd like to format with the WTP formatter, using a custom configuration for it. The configuration...

question

This issue is about the Gradle plugin. When a project’s build directory is modified by a plugin, then, depending on the order of plugins application, the Spotless plugin may create...

bug

Closes #907.

waiting on PR submitter

You probably will want to rephrase those messages once again. I ran into a problem where Spotless claimed that I am was using Google Java Format 1.12.0, but I *did*...

waiting on PR submitter

- changeSystemLineSeparator no longer part of default configuration - Added annotations due to spotbugs version bump As agreed for #1049, the line separator config will no longer be part of...

The Spotless IDE hook should *just* be `spotlessApply -PspotlessIdeHook=${ABSOLUTE_PATH_TO_FILE}`. We've had this API since `3.30.0`, and you shouldn't have to parse a Gradle or Spotless version to use it. But...

pr-archive

The PR adds support for Scalafix which is widely used as well as Scalafmt. In addition to ScalaFixStep, I modified ScalaExtension to add a dependency on scala compilation as Scalafix...

waiting on PR submitter