Open dschach opened 1 year ago
bump
Isn't that a duplicate of #32?
@adangel Possibly. If it is, then let's update #32 to use the commonly-used term "minimum priority," which is the term in https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_userdocs_cli_reference.html
Whether it uses a number 1-5 or "Low" "Medium Low" etc, it would be useful because it would let me use a single rules file for my VSCode PMD scanning and GitHub Actions scanning - and only use severity 1 & 2 in my CI workflow.
Otherwise, I have to have two separate files, and while I don't change them much, setting properties in both across many projects is time-consuming.
Thank you!