You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scapegoat sbt scope extends the compile scope, which to my understanding means that scapegoat will be run against the compile scope and not against the test scope:
val Scapegoat = config("scapegoat") extend Compile
Is there a way to get a scapegoat task that runs when we compile the test code? This might be a feature request.
The text was updated successfully, but these errors were encountered:
The scapegoat sbt scope extends the compile scope, which to my understanding means that scapegoat will be run against the compile scope and not against the test scope:
Is there a way to get a scapegoat task that runs when we compile the test code? This might be a feature request.
The text was updated successfully, but these errors were encountered: