Skip to content

Commit b6d8d39

Browse files
chore: drop dependency to score_tooling (#481)
1 parent ac7b065 commit b6d8d39

5 files changed

Lines changed: 2868 additions & 516 deletions

File tree

BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14-
load("@score_tooling//:defs.bzl", "cli_helper")
1514
load("//:docs.bzl", "docs")
1615

1716
package(default_visibility = ["//visibility:public"])
@@ -27,8 +26,3 @@ docs(
2726
],
2827
source_dir = "docs",
2928
)
30-
31-
cli_helper(
32-
name = "cli-help",
33-
visibility = ["//visibility:public"],
34-
)

MODULE.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,3 @@ git_override(
8080
commit = "4c3a16f03c2834b25a10f39542cbe81a8dec4e8a",
8181
remote = "https://github.com/eclipse-score/process_description.git",
8282
)
83-
84-
# Add Linter
85-
bazel_dep(name = "score_tooling", version = "1.2.0")

0 commit comments

Comments
 (0)