Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 2.06 KB

File metadata and controls

17 lines (15 loc) · 2.06 KB

Attributes

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