Skip to content

Commit

Permalink
rules_haskell_tests: Remove buildifier check, as it is deprecated
Browse files Browse the repository at this point in the history
Use `//buildifier:buildifier_test` to check for proper formatting.
  • Loading branch information
avdv committed Nov 21, 2023
1 parent 925a1f7 commit 2a4a83f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rules_haskell_tests/buildifier/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier", "buildifier_test")

# Run this to check for errors in BUILD files.
buildifier(
name = "buildifier",
mode = "check",
)

# Run this to fix the errors in BUILD files.
buildifier(
name = "buildifier-fix",
name = "buildifier",
mode = "fix",
verbose = True,
)
Expand Down

0 comments on commit 2a4a83f

Please sign in to comment.