Skip to content

Commit 354d6b0

Browse files
committed
[bazel] Also fix up lint warnings with buildifier
1 parent 8eb48b8 commit 354d6b0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ platform(
6363

6464
buildifier(
6565
name = "buildifier",
66-
# lint_mode = "fix",
66+
lint_mode = "fix",
6767
mode = "fix",
6868
tags = [
6969
"manual",

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")
268268

269269
rules_oci_dependencies()
270270

271-
load("@rules_oci//oci:repositories.bzl", "LATEST_CRANE_VERSION", "LATEST_ZOT_VERSION", "oci_register_toolchains")
271+
load("@rules_oci//oci:repositories.bzl", "LATEST_CRANE_VERSION", "oci_register_toolchains")
272272

273273
oci_register_toolchains(
274274
name = "oci",

deploys/docker/BUILD.bazel

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#load("@io_bazel_rules_docker//contrib:passwd.bzl", "passwd_entry", "passwd_file")
2-
#load("@io_bazel_rules_docker//container:container.bzl", "container_image", "container_layer", "container_push")
3-
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_push", "oci_tarball")
41
load("@rules_pkg//:pkg.bzl", "pkg_tar")
52
load("//common/private:passwd.bzl", "passwd_entry", "passwd_file")
63
load(":docker.bzl", "docker_image")

0 commit comments

Comments
 (0)