We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9d60 commit f0e86d2Copy full SHA for f0e86d2
BUILD.bazel
@@ -1,13 +1,12 @@
1
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
2
3
-buildifier(name = "buildifier")
4
-
5
buildifier(
6
- name = "buildifier-check",
7
- mode = "check",
+ name = "buildifier",
+ exclude_patterns = [".git/**"],
8
)
9
10
11
- name = "buildifier-fix",
12
- mode = "fix",
+ name = "buildifier-check",
+ mode = "check",
13
0 commit comments