Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# *******************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")

# *******************************************************************************
Expand Down
10 changes: 8 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

module(
name = "score_process",
version = "0.1.0",
compatibility_level = 0,
)

###############################################################################
#
# Packaging dependencies
Expand Down Expand Up @@ -47,10 +53,10 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")

# Provides, pytest & venv
bazel_dep(name = "score_python_basics", version = "0.3.1")
bazel_dep(name = "score_python_basics", version = "0.3.2")

# Checker rule for CopyRight checks/fixes
bazel_dep(name = "score_cr_checker", version = "0.2.2")
bazel_dep(name = "score_format_checker", version = "0.1.1")
bazel_dep(name = "score_platform", version = "0.1.1")
bazel_dep(name = "score_docs_as_code", version = "0.2.6")
bazel_dep(name = "score_docs_as_code", version = "0.3.0")
Loading