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.