Fresh cache, same error, here's the `register.py` ...
# general
b
Fresh cache, same error, here's the
register.py
code:
Copy code
def register_goals():
    Goal.by_name('lint').uninstall_task('scalastyle')
    task(name='scalastyle', action=Scalastyle).install('compile', first=True)