Hi Team, Can `Pants` be integrated with SonarQube...
# general
b
Hi Team, Can
Pants
be integrated with SonarQube to push code coverage? Can
lint
goal be provided with custom linting rules? For example, from SonarQube? Thank you.
h
Did you check out plugins?
f
There is also the
code_quality_tool
target type. https://www.pantsbuild.org/2.22/reference/targets/code_quality_tool It allows you to turn any "runnable" target (including
shell_command
) into a linter, fixer, or formatter.