Skip to content

Follow SBT Plugin Best Practices

Latest
Compare
Choose a tag to compare
@ajsquared ajsquared released this 29 Mar 19:53
· 7 commits to master since this release

Thanks to @josephearl sbt-checkstyle-plugin now follows the best practices guide for SBT plugins. The changes include:

  • Use autoImport, namespace all auto-imported keys and types
  • Separate Checkstyle from CheckstylePlugin to allow easier integration with other plugins
  • Add list of all settings to README
  • Rename the config sbt-tests so they all start with checkstyle-config-

The names of the setting and task keys changed in this release. Check the README for updated information on configuring and using the plugin.