Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
copyright-check:
uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
with:
bazel-target: "run //:copyright.check"
bazel-target: "run --lockfile_mode=error //:copyright.check"
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
bazelisk-cache: true
- name: Run formatting checks
run: |
bazel test //:format.check
bazel test --lockfile_mode=error //:format.check
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Run starpls integration tests
run: |
cd starpls/integration_tests
bazel test //...
bazel --lockfile_mode=error test //...
- name: Run cr_checker unit tests
run: |
cd cr_checker/tests
bazel test //...
bazel test --lockfile_mode=error //...
- name: Run coverage module tests
run: |
bazel test //coverage/tests:all
bazel test --lockfile_mode=error //coverage/tests:all
- name: Run rules_score tests
run: |
bazel test //bazel/rules/rules_score/...
bazel test --lockfile_mode=error //bazel/rules/rules_score/...
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# SPDX-License-Identifier: Apache-2.0

bazel-*
MODULE.bazel.lock
external
.vscode/
.clwb/
Expand Down
961 changes: 961 additions & 0 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

653 changes: 653 additions & 0 deletions cr_checker/tests/MODULE.bazel.lock

Large diffs are not rendered by default.

653 changes: 653 additions & 0 deletions python_basics/integration_tests/MODULE.bazel.lock

Large diffs are not rendered by default.

653 changes: 653 additions & 0 deletions starpls/integration_tests/MODULE.bazel.lock

Large diffs are not rendered by default.