rody/PMD Annotate Source Code
Creates code annotations from a PMD report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| reportfile | Location of the report file relative to the project root. This action supports only reports using the JSON format. | yes | pmd-report.json |
| dir | Required if the report was created using the `-shortnames` option and the `-dir` option was set to a different value. This value should be the same as the value given to `-dir` during the report creation. | no | "" |
| min-error-priority | From 1 (highest) to 5 (lowest). Violations with a higher priority than this value will be reported as errors, the other ones will be reported as warnings. Default to 0 (every violation is considered a warning) | no | 0 |
| fail-on-error | if an error is reported, mark the action as failed. | no | — |
Outputs
no outputs