We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verify_archive.bzl
1 parent 3fe3cd1 commit 5bf5a90Copy full SHA for 5bf5a90
pkg/verify_archive.bzl
@@ -69,10 +69,10 @@ _gen_verify_archive_test_main = rule(
69
doc = """List of regexes that must not be in the archive.""",
70
),
71
"min_size": attr.int(
72
- doc = """Miniumn number of entries in the archive."""
+ doc = """Minimum number of entries in the archive."""
73
74
"max_size": attr.int(
75
+ doc = """Maximum number of entries in the archive."""
76
77
78
# Implicit dependencies.
0 commit comments