Hi again, I previously had the `scalastyle` task i...
# general
b
Hi again, I previously had the
scalastyle
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?