Skip to content

Commit 091f487

Browse files
committed
Fix WORKSPACE lint errors
One of these days I'll remember to run `bazel run //tools:lint_fix` before opening a pull request.
1 parent d91bf77 commit 091f487

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

dt_patches/test_dt_patches/WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ http_archive(
2121
load("@rules_python//python:repositories.bzl", "py_repositories")
2222

2323
py_repositories()
24+
2425
local_repository(
2526
name = "io_bazel_rules_scala",
2627
path = "../..",

dt_patches/test_dt_patches_user_srcjar/WORKSPACE

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ http_archive(
2020

2121
load("@rules_python//python:repositories.bzl", "py_repositories")
2222

23+
py_repositories()
24+
2325
local_repository(
2426
name = "io_bazel_rules_scala",
2527
path = "../..",

test_cross_build/WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ http_archive(
2121
load("@rules_python//python:repositories.bzl", "py_repositories")
2222

2323
py_repositories()
24+
2425
http_archive(
2526
name = "rules_proto",
2627
sha256 = "8e7d59a5b12b233be5652e3d29f42fba01c7cbab09f6b3a8d0a57ed6d1e9a0da",

third_party/test/proto/WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ http_archive(
2121
load("@rules_python//python:repositories.bzl", "py_repositories")
2222

2323
py_repositories()
24+
2425
local_repository(
2526
name = "io_bazel_rules_scala",
2627
path = "../../../",

0 commit comments

Comments
 (0)