Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
toolchains_protoc
/
862b5bfbc25986bd4b4e775aa9fbd67f67cbbf34
/
.
/
.github
/
workflows
/
BUILD.bazel
blob: adecb144b25a4236b9666a3f6140e964c0ada291 [
file
]
load
(
"@buildifier_prebuilt//:rules.bzl"
,
"buildifier"
)
buildifier
(
name
=
"buildifier.check"
,
exclude_patterns
=
[
"./.git/*"
],
lint_mode
=
"warn"
,
mode
=
"diff"
,
)