Skip to content

Commit c687775

Browse files
committed
Fix lint error
1 parent c521415 commit c687775

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rules/repositories.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Dependencies are declared in MODULE.bazel via Bzlmod.
44
"""
55

6-
def android_lint_register_toolchains():
6+
def android_lint_register_toolchains(name = "android_lint_toolchains"):
77
"""Convenience macro for users which does typical setup.
88
99
This registers the default android_lint toolchain.
10+
11+
Args:
12+
name: Name for this macro invocation (unused, required by convention).
1013
"""
1114
native.register_toolchains("@rules_android_lint//toolchains:android_lint_default_toolchain")

0 commit comments

Comments
 (0)