verible_lint_test rule

Rules

verible_lint_test

load("@rules_verible//verible:verible_lint_test.bzl", "verible_lint_test")

verible_lint_test(name, flagfiles, rules_config, target)

Test rule that runs verible-verilog-lint against a VerilogInfo target.

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
flagfilesAbseil flagfile(s) forwarded to verible-verilog-lint as one --flagfile= each. Defaults to the //verible:lint_flagfiles label_flag.Labeloptional"@rules_verible//verible:lint_flagfiles"
rules_configRules-config file forwarded to verible-verilog-lint as --rules_config=. Defaults to the //verible:rules_config label_flag.Labeloptional"@rules_verible//verible:rules_config"
targetThe verilog_library-like target whose srcs should be lint-checked.Labelrequired