Releases: stringbean/sbt-checkstyle-plugin
Releases · stringbean/sbt-checkstyle-plugin
4.0.0
Upgrades to project to sbt 1.7.1 and replaces deprecated sbt 0.13 syntax usage. Includes Major refactoring of internals to remove security manager calls that are no longer available in sbt.
Some of the plugin settings have been refactored to make them easier to use:
checkstyleXsltTransformationshas been changed fromOption[Set[CheckstyleXSLTSettings]]toSet[CheckstyleXSLTSettings]. If the set is empty then no transformations will be performed.checkstyleSeverityLevelhas been changed fromOption[CheckstyleSeverityLevel]toCheckstyleSeverityLevel. If it is set toCheckstyleSeverityLevel.Ignorethen the build will not fail on Checkstyle violations.
Additionally the Checkstyle config is no longer written to target/checkstyle-config.xml and is instead used directly.
3.3.0
Updates default Checkstyle version to 9.3
3.2.0
Initial fork from etsy/sbt-checkstyle-plugin.
Changes:
- Artifact changed to
"software.purpledragon" % "sbt-checkstyle-plugin". - Drop support for sbt 0.13