Open jedws opened 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.
quiet
silent
Ideally I'd like to add to build.sbt
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"
There are
quiet
andsilent
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