ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

testSource property should allow a fileTree instead of a String #30

Open eschizoid opened 7 years ago

eschizoid commented 7 years ago

Gradle allows you to specify multiple working sourceSets. It will be ideal if we can take advantage of this functionality for checking scalaStyle in more than one sourceSet.

willis7 commented 6 years ago

This has wider usage, such as when using the Scala Play framework