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 da2589d commit 2581454Copy full SHA for 2581454
BUILD.bazel
@@ -21,6 +21,14 @@ filegroup(
21
visibility = ["//visibility:public"],
22
)
23
24
+filegroup(
25
+ name = "rakefile",
26
+ srcs = [
27
+ "Rakefile",
28
+ ],
29
+ visibility = ["//rb:__subpackages__",],
30
+)
31
+
32
alias(
33
name = "grid",
34
actual = "//java/src/org/openqa/selenium/grid:executable-grid",
rb/BUILD.bazel
@@ -178,8 +178,12 @@ rb_test(
178
"--autocorrect",
179
"--config=rb/.rubocop.yml",
180
"rb/",
181
182
183
+ data = [
184
+ ".rubocop.yml",
185
+ "//:rakefile",
186
],
- data = [".rubocop.yml"],
187
main = "@bundle//bin:rubocop",
188
tags = ["no-sandbox"],
189
deps = [
0 commit comments