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
But I have bad option: -P:scapegoat:overrideLevels:TryGet=Warning:EmptyInterpolatedString=Warning.
Is there a problem ?
EDIT:
I also tried sbt scapegoat -P:scapegoat:overrideLevels:TryGet=Warning directly in terminal, it seems that scapegoat doesn't take it into account.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use scapegoat with multi-project.
I am not able to downgrade inspection warning level (from error to warning).
I add this in
Common.scala
which is called with.settings(Common.settings)
for each subproject.But I have
bad option: -P:scapegoat:overrideLevels:TryGet=Warning:EmptyInterpolatedString=Warning
.Is there a problem ?
EDIT:
I also tried
sbt scapegoat -P:scapegoat:overrideLevels:TryGet=Warning
directly in terminal, it seems that scapegoat doesn't take it into account.The text was updated successfully, but these errors were encountered: