sbt-scapegoat
sbt-scapegoat copied to clipboard
scapegoatMaxErrors not working
I set the scapegoatMaxErrors value to 1 in my build.sbt to fail the build if there are any errors. I have 5 errors but still the build succeeds. ThisBuild / scapegoatMaxErrors := 1 addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.1.0") scalaVersion := "2.11.8"
This setting doesn't appear to be currently respected, see the search results and this issue for a reference.
@mwz You are right I looked at the usage of scapegoatMaxErrors
setting in the code. It is not referred anywhere apart from plugin definition