vanniktech/gradle-code-quality-tools-plugin

[FEATURE]Has "spotlessApply" of diffplug/spotless for ktlint been integrated?

XinyueZ opened this issue · 4 comments

I have tried to use this plugin to ease including "ktlint", however, the command ./gradlew spotlessApply would not be found.
Is diffplug/spotless integrated?

Since it's not listed in the README no it hasn't. Why would you want it? ktlint already does the formatting which can be executed via ./gradlew ktlint or ./gradlew ktlintFormat

Just want to get this enhancement different user groups, because some projects have defined spotless in CI and don't want to changes in CI.

Sure feel free to add spotless support here as long as you comply with the current style, configuration and add proper tests.

I won't add it since I'm not using it.

Since there hasn't been any progress on this - I'll close this one.