mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
212 B
Python
11 lines
212 B
Python
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
|
|
|
|
buildifier(
|
|
name = "buildifier",
|
|
exclude_patterns = [
|
|
"./.git/*",
|
|
"./misc/bazel/3rdparty/*_deps/*",
|
|
],
|
|
lint_mode = "fix",
|
|
)
|