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.
1 parent c08cc9f commit 18c80a8Copy full SHA for 18c80a8
MODULE.bazel
@@ -2,6 +2,7 @@
2
3
module(
4
name = "build_stack_rules_proto",
5
+ version = "0.0.0",
6
compatibility_level = 1,
7
)
8
tools/BUILD.bazel
@@ -11,9 +11,7 @@ buildifier_test(
11
name = "buildifier.check",
12
size = "small",
13
diff_command = "diff",
14
- exclude_patterns = [
15
- "./vendor/*",
16
- ],
+ exclude_patterns = ["./vendor/*"],
17
lint_mode = "warn",
18
mode = "diff",
19
no_sandbox = True,
0 commit comments