Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Autoformat with buildifier #480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hofbi
Copy link
Contributor

@hofbi hofbi commented Dec 13, 2024

Follow up of #474 running buildifier on all files. A follow up PR will fix the remaining buildifier-lint warnings and add pre-commit to CI similar to bazel-contrib/rules-template#130.

Comment on lines +118 to 123
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

############################################
# Gazelle, for generating bzl_library targets
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is the only one where I am not sure if the order has an impact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant