pmd-github-action
pmd-github-action copied to clipboard
feat: add minimum priority option
Currently, the action returns ALL results.
The action fails for ANY rule violations.
Some setups may want to return only P1 and P2, to allow only high-priority violations to fail the job.
This passes a number to the CLI command.
@adangel I think I got the testing correct. Please check. Thanks!
@adangel ping to have a look at this