We would like to search for pmd rules by version of introduction.
This information is avaliable in pmd rule xml description in the since tag.
However, sonar xml doesn't have such a tag.
We can however, search for rules which includes searching the description.
So, if we add since PMD: $version to the description, we are able to search for PMD 6 or since PMD 7.11.
We would like to search for pmd rules by version of introduction.
This information is avaliable in pmd rule xml description in the
sincetag.However, sonar xml doesn't have such a tag.
We can however, search for rules which includes searching the description.
So, if we add
since PMD: $versionto the description, we are able to search forPMD 6orsince PMD 7.11.