Created
January 18, 2022 18:09
-
-
Save oowekyala/fd4adadbc15f60099163ee2f9ca8c24d to your computer and use it in GitHub Desktop.
pmd extension descriptor draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- xmlns and stuff --> | |
<language id="java" displayName="Java"> | |
<versions> | |
<version id="13" displayName="Java 13" /> | |
<version id="15" displayName="Java 15" /> | |
</versions> | |
<parser class="...JavaParser"/> | |
<violationSuppressor class="...JavaViolationSuppressor"/> | |
<cpdTokenizer class="...JavaTokenizer"> | |
<builtin-rulesets> | |
<ruleset ref="classpath://category/java/errorprone.xml"> | |
</builtin-rulesets> | |
</language> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment