fix some nits and buildifier warnings (#831)

This commit is contained in:
aiuto 2024-03-15 10:53:53 -04:00 committed by GitHub
parent 2aa2b8e842
commit c53ff51070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ load(
"mappings_analysis_tests",
"mappings_unit_tests",
)
load("@rules_python//python:defs.bzl", "py_library")
package(default_applicable_licenses = ["//:license"])

View File

@ -970,7 +970,6 @@ _gen_manifest_test_main = rule(
},
)
# buildifier: disable=function-docstring-args
def manifest_golden_test(name, target, expected):
"""Tests that a content manifest file matches a golden copy.
@ -978,6 +977,7 @@ def manifest_golden_test(name, target, expected):
expected content.
Args:
name: name
target: A target which produces a content manifest with the name
<target> + ".manifest"
expected: label of a file containing the expected content.