reviewdog / errorformat

Vim's quickfix errorformat implementation in Go
https://reviewdog.github.io/errorformat-playground/
MIT License
109 stars 43 forks source link

pmd integration #62

Open Meemaw opened 4 years ago

Meemaw commented 4 years ago

It would be nice if reviewdog supported pmd. It has very similar report format as checkstyle, so it should not be too hard.

haya14busa commented 4 years ago

PR is welcome.

csware commented 3 months ago

PMD supports the SARIF format since 6.31.0 (released in January 2021)

puhaiyang commented 3 months ago

Yes,PMD can be used in SARIF format. I have written an example tutorial, you can refer to this link. reviewdog+PMD+java+CICD image

And,this issues can be closed.