Open andrelfpinto opened 8 years ago
I find the premise of this PR very nice. It's sad that it got left to bit-rot.
Actually, I just (earlier today) rebased the scalastyle PR that this PR depends on. Let's hope it gets accepted for this one be revived.
Configuring
ScalastyleConfiguration
by hand in Scala instead of parsing the XML configuration file is "type-safer". This renamesscalastyleConfig
settingKey[File]
toscalastyleConfigFile
and creates ascalastyleConfig
settingKey[Option[ScalastyleConfiguration]]
that can be used in thebuild.sbt
file. Depends on scalastyle PR #223.