Skip to content

Commit 5928c01

Browse files
committed
rules_haskell_tests: Remove buildifier check, as it is deprecated
Use `//buildifier:buildifier_test` to check for proper formatting.
1 parent 455fdce commit 5928c01

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

rules_haskell_tests/buildifier/BUILD.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier", "buildifier_test")
22

3-
# Run this to check for errors in BUILD files.
4-
buildifier(
5-
name = "buildifier",
6-
mode = "check",
7-
)
8-
93
# Run this to fix the errors in BUILD files.
104
buildifier(
11-
name = "buildifier-fix",
5+
name = "buildifier",
126
mode = "fix",
137
verbose = True,
148
)

0 commit comments

Comments
 (0)