scalastyle / scalastyle-sbt-plugin

scalastyle-sbt-plugin
Apache License 2.0
139 stars 52 forks source link

How do I pass args to the Plugin? #66

Open jedws opened 7 years ago

jedws commented 7 years ago

There are quiet and silent args (for instance see this PR: https://github.com/scalastyle/scalastyle-sbt-plugin/pull/46 ) but it is difficult to see how to configure them anywhere. Please advise and maybe add to plugin documentation.

Ideally I'd like to add to build.sbt

matthewfarwell commented 7 years ago

After our discussion on gitter, does this now work for you?

You can use silent or quiet options by

sbt "scalastyle s"
sbt "scalastyle q"