busy-car-23170
12/05/2017, 9:23 PMscalastyle
task installed on the compile
goal, but now it's installed on the lint
goal by default. This is causing an exception: An option with this name was already registered on this scope. [option --jvm-options in scope compile.scalastyle]
. I can remove scalastyle
from compile
, but then it no longer runs on compile which is not desirable. How can I remove scalastyle
from the lint
goal so that the previous functionality is maintained?