PMDFormat¶
The matcher configuration for the pmd format
This rule configures regular expressions, used to match against the output of external/3rd-party analysis tools. Using these matchers, parts of a message can be extracted and transformed into a style-violation issue.
Please refer to the documentation of the parent rulegroup for further details.
Possible Messages
This rule has no predefined messages.
Options¶
This rule shares the following common options: provider
The following places define options that affect this rule: Analysis-GlobalOptions
matchlist¶
matchlist : bauhaus.teecap.Match | list[bauhaus.teecap.Match] = Match(regex='(?P<filename>([A-Za-z]:)?[^:]+):(?P<line>\d+)\t(?P<message>.+)', emit=None)