diff --git a/lint/spotbugs.bzl b/lint/spotbugs.bzl index 5d31857f..790e0829 100644 --- a/lint/spotbugs.bzl +++ b/lint/spotbugs.bzl @@ -23,7 +23,7 @@ Finally, declare an aspect for it, typically in `tools/lint/linters.bzl`: load("@aspect_rules_lint//lint:spotbugs.bzl", "lint_spotbugs_aspect") spotbugs = lint_spotbugs_aspect( - binary = "@@//tools/lint:spotbugs",, + binary = "@@//tools/lint:spotbugs", exclude_filter = "@@//:spotbugs-exclude.xml", )