Skip to content

Commit

Permalink
Run buildifier. No logical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 28, 2024
1 parent a5711a2 commit 917b573
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions tests/bcr/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
module()

bazel_dep(name = "apple_rules_lint", version = "")

local_path_override(
module_name = "apple_rules_lint",
path = "../..",
)

bazel_dep(name = "other_module", version = "")

local_path_override(
module_name = "other_module",
path = "other_module",
)

linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")

linter.configure(
name = "foo-check",
config = "//:foo_config.json",
Expand Down
2 changes: 0 additions & 2 deletions tests/bcr/other_module/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ module(
bazel_dep(name = "apple_rules_lint", version = "0.4.0")

linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")

linter.register(name = "foo-check")

linter.register(name = "bar-lint")

# This config is ignored if other_module is not the root module.
Expand Down

0 comments on commit 917b573

Please sign in to comment.