We have it registered in a plugin: ``` from pants....
# general
a
We have it registered in a plugin:
Copy code
from pants.backend.jvm.tasks.checkstyle import Checkstyle
from pants.goal.task_registrar import TaskRegistrar as task


def register_goals():
  task(name='checkstyle', action=Checkstyle).install('compile')