From 4c212b18592e7b68b4eeb187f91832eaf1496ad7 Mon Sep 17 00:00:00 2001 From: nlou9 Date: Mon, 16 Dec 2024 13:18:42 -0800 Subject: [PATCH] fix style issue --- lint/spotbugs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )