Skip to content

Commit 99c3216

Browse files
committed
fix buildifier warning
1 parent cee9df1 commit 99c3216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/rule_builders.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def _AttributeBuilder_typedef():
687687
e.g. `attr.label`, `attr.string`, etc.
688688
"""
689689

690+
# buildifier: disable=name-conventions
690691
AttributeBuilder = struct(
691692
TYPEDEF = _AttributeBuilder_typedef,
692693
)

0 commit comments

Comments
 (0)