Skip to content

Commit

Permalink
refactor: remove unused targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Jul 11, 2024
1 parent c65108e commit d0dd7d2
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
load("@buildifier_prebuilt//:rules.bzl", "buildifier_test")
load("@rules_license//rules:license.bzl", "license")
load("//lib:formatter.bzl", "formatter", "formatter_test")
load("//lib:typos.bzl", "typos_test")

package(
default_applicable_licenses = [":license"],
Expand All @@ -26,9 +24,6 @@ exports_files([
formatter(
name = "format",
config = ":formatter.json",
exclude = [
"vendor/dcomment/dcomment.cpp",
],
mode = "fix",
tools = {
"@biome": "biome",
Expand All @@ -55,23 +50,3 @@ formatter_test(
"@buildifier_prebuilt//:buildifier": "buildifier",
},
)

typos_test(
name = "typos",
exclude = [
"**/assets.bzl",
"**/vendor/**",
],
)

buildifier_test(
name = "lint",
size = "small",
exclude_patterns = [
"**/assets.bzl",
],
lint_mode = "warn",
mode = "check",
no_sandbox = True,
workspace = ":MODULE.bazel",
)

0 comments on commit d0dd7d2

Please sign in to comment.