mirror of https://github.com/bazelbuild/rules_pkg
fix some nits and buildifier warnings (#831)
This commit is contained in:
parent
2aa2b8e842
commit
c53ff51070
|
@ -27,6 +27,8 @@ load(
|
|||
"mappings_analysis_tests",
|
||||
"mappings_unit_tests",
|
||||
)
|
||||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
|
||||
|
||||
package(default_applicable_licenses = ["//:license"])
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue