https://pantsbuild.org/ logo
a

ancient-stone-50795

02/23/2016, 9:22 PM
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')