| Name | Type | Default | Description |
|---|---|---|---|
name |
name |
— | A unique name for this target. |
fail_on_violation |
bool |
True |
See PMD -failOnViolation option |
report_format |
string |
"text" |
See PMD -format option |
rules_minimum_priority |
int |
5 |
See PMD -minimumpriority option |
rulesets |
[Label] |
— | Ruleset files. |
srcs |
[Label] |
— | Source code files. |
srcs_encoding |
string |
"UTF-8" |
See PMD -encoding option |
srcs_ignore |
[Label] |
[] |
Source code files to ignore. |
srcs_language |
string |
"java" |
See PMD -language option |
srcs_language_version |
string |
"" |
See PMD -version option |
threads_count |
int |
1 |
See PMD -threads option |