Skip to content

Commit

Permalink
[bazel] Also fix up lint warnings with buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 19, 2023
1 parent 8eb48b8 commit 354d6b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ platform(

buildifier(
name = "buildifier",
# lint_mode = "fix",
lint_mode = "fix",
mode = "fix",
tags = [
"manual",
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")

rules_oci_dependencies()

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

oci_register_toolchains(
name = "oci",
Expand Down
3 changes: 0 additions & 3 deletions deploys/docker/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#load("@io_bazel_rules_docker//contrib:passwd.bzl", "passwd_entry", "passwd_file")
#load("@io_bazel_rules_docker//container:container.bzl", "container_image", "container_layer", "container_push")
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_push", "oci_tarball")
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("//common/private:passwd.bzl", "passwd_entry", "passwd_file")
load(":docker.bzl", "docker_image")
Expand Down

0 comments on commit 354d6b0

Please sign in to comment.