Usage

To use this sbt plugin you would need to import it in project/plugins.sbt as follows:

addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "<version>")

This plugin get’s automatically enabled in all the projects in your build, you can explicitly disable it by adding to your project settings:

.disablePlugins(codacy.CodacySbt)