Skip to content

Commit

Permalink
fix some nits and buildifier warnings (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto authored Mar 15, 2024
1 parent 2aa2b8e commit c53ff51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/mappings/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ load(
"mappings_analysis_tests",
"mappings_unit_tests",
)
load("@rules_python//python:defs.bzl", "py_library")


package(default_applicable_licenses = ["//:license"])

Expand Down
2 changes: 1 addition & 1 deletion tests/mappings/mappings_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -970,14 +970,14 @@ _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.
This test is used to verify that a generated manifest file matches the
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.
Expand Down

0 comments on commit c53ff51

Please sign in to comment.