Skip to content

Commit 1ec98bc

Browse files
committed
rules_haskell_tests: Remove buildifier check, as it is deprecated
Use `//buildifier:buildifier_test` to check for proper formatting.
1 parent 2b93749 commit 1ec98bc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: rules_haskell_tests/buildifier/BUILD.bazel

+1-7
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)