enable clang-format checker CI job - #18
Open
MonikaKumari26 wants to merge 1 commit into
Open
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
MonikaKumari26
force-pushed
the
enable_clang_check_CI_Job
branch
from
August 3, 2026 13:01
509e5d6 to
16eec41
Compare
MonikaKumari26
force-pushed
the
enable_clang_check_CI_Job
branch
from
August 3, 2026 13:21
16eec41 to
d3bd6b4
Compare
stmuench
suggested changes
Aug 4, 2026
Comment on lines
+140
to
+149
| bazel_dep(name = "score_bazel_tools_cc", version = "0.1.0", dev_dependency = True) | ||
| bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True) | ||
| bazel_dep(name = "toolchains_llvm", version = "1.4.0", dev_dependency = True) | ||
|
|
||
| llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True) | ||
| llvm.toolchain( | ||
| llvm_version = "19.1.1", | ||
| stdlib = {"linux-x86_64": "stdc++"}, | ||
| ) | ||
| use_repo(llvm, "llvm_toolchain") |
Contributor
There was a problem hiding this comment.
why are these required? please remove if they aren't
| "python", | ||
| dev_dependency = True, | ||
| ) | ||
| python.single_version_override( |
Contributor
There was a problem hiding this comment.
where is such override actually needed? can we somehow avoid it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable clang format checker for CI