gradle-scalafmt icon indicating copy to clipboard operation
gradle-scalafmt copied to clipboard

Gradle plugin for scalafmt

Results 6 gradle-scalafmt issues
Sort by recently updated
recently updated
newest added

Hi, in my team, I have a case when we have run `checkScalafmt` before every `test` task (in CI too). For some services we upgrade scalafmt without running `scalafmtAll` and...

Hello So from what I understand, there's no ratchet support in this library? (i.e to format only newly changed files) It's either 'all files' or 'all source sets'? I saw...

Not sure if I should report this here or at https://github.com/augi/gradle-scalafmt (where there is no possibility to report issues), but please add support for Scala 3. Thanks. :)

Motivation: After upgrading Gradle 7, I can see the following warning for the implicit dependency between `checkScalafmt` task and our resources folder though they are not related each other. ```...

latest release has dependency to scala 2.12

Hi, thanks for making this plugin! I have a project using both `scala` and `play` plugins. The only way i can get `scalafmt` task to run is to configure sourceSets...