Skip to content

Commit 18c80a8

Browse files
authored
MODULE.bazel: mark module version using placeholder 0.0.0 (#404)
1 parent c08cc9f commit 18c80a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
module(
44
name = "build_stack_rules_proto",
5+
version = "0.0.0",
56
compatibility_level = 1,
67
)
78

tools/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ buildifier_test(
1111
name = "buildifier.check",
1212
size = "small",
1313
diff_command = "diff",
14-
exclude_patterns = [
15-
"./vendor/*",
16-
],
14+
exclude_patterns = ["./vendor/*"],
1715
lint_mode = "warn",
1816
mode = "diff",
1917
no_sandbox = True,

0 commit comments

Comments
 (0)