Bazel: move buildifier out of root BUILD

See https://github.com/github/codeql/pull/16428 for details as to why
this is necessary.
This commit is contained in:
Paolo Tranquilli
2024-05-06 16:00:05 +02:00
parent 6233da3e40
commit 92b3eda12d
4 changed files with 11 additions and 11 deletions

View File

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