ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

Run the analysis on files specified in the CLI #26

Open ThibautGery opened 7 years ago

ThibautGery commented 7 years ago

I wish to run something like that gradle scalaStyle --only-include aa/bb/cc.scala dd/ee/gg.scala kk/hh/vv The idea is to create a pre commit hook that run the analysis on the file modified and created on that particular commit.