Merge pull request #16435 from github/redsun82/buildifier

Bazel: move buildifier out of root `BUILD`
This commit is contained in:
Paolo Tranquilli
2024-05-06 16:41:25 +02:00
committed by GitHub
4 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
buildifier(
name = "buildifier",
exclude_patterns = [
"./.git/*",
],
lint_mode = "fix",
)