github diffplug/spotless gradle/7.0.0.BETA4
Gradle Plugin v7.0.0.BETA4

latest release: maven/2.44.0.BETA4
one day ago

Added

  • Support for line ending policy PRESERVE which just takes the first line ending of every given file as setting (no matter if \n, \r\n or \r) (#2304)
  • New suppressLintsFor DSL (docs) (#2307)
    • ignoreErrorForStep and ignoreErrorForPath are now deprecated aliases of suppressLintsFor
    • Spotless is still a formatter not a linter, it just models formatting failures as lints rather than stopping execution (resolves #287)

Fixed

  • ktlint steps now read from the string instead of the file so they don't clobber earlier steps. (fixes #1599)

Don't miss a new spotless release

NewReleases is sending notifications on new releases.