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 455fdce commit 5928c01Copy full SHA for 5928c01
rules_haskell_tests/buildifier/BUILD.bazel
@@ -1,14 +1,8 @@
1
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier", "buildifier_test")
2
3
-# Run this to check for errors in BUILD files.
4
-buildifier(
5
- name = "buildifier",
6
- mode = "check",
7
-)
8
-
9
# Run this to fix the errors in BUILD files.
10
buildifier(
11
- name = "buildifier-fix",
+ name = "buildifier",
12
mode = "fix",
13
verbose = True,
14
)
0 commit comments