-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(linters): add pmd #717
base: master
Are you sure you want to change the base?
Conversation
Given that pmd supports sarif I guess this can be updated after #718 is in? |
Oh yeah sure! I didn't even realize they added this since I last used it. |
OK I made quite a few more changes to the SARIF parser for PMD and added more tests. @mfussenegger should I backport all of that to the checkstyle branch, or is it fine with you to merge that with the PMD branch? |
Both SARIF and diagnostic-structure are exclusive ranges.
@mfussenegger The checkstyle code base has been a pain to work with so far. I don't think there is much going to happen there soon. Would you merge this PR with the SARIF-Parser and PMD integration, if I revert the changes to checkstyle? |
This adds the PMD linter.