feat(package-manager): Add initial support for Bazel #14579
static-analysis.yml
on: pull_request
commit-lint
16s
code-base-checks
1m 19s
detekt-issues
2m 26s
markdown-links
17s
markdownlint
20s
qodana-scan
9m 24s
reuse-tool
14s
Annotations
2 errors and 6 warnings
commit-lint
You have commit messages with errors
⧗ input: clients: Add Bazel module registry service
A Bazel module registry, such as https://bcr.bazel.build,
is used to store metadata of dependencies managed by bzlmod.
Signed-off-by: Haiko Schol <[email protected]>
✖ type must be one of [build, chore, ci, deps, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
detekt-issues
Gradle build failed: see console output for details
|
qodana-scan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Return or assignment can be lifted out:
plugins/package-managers/bazel/src/main/kotlin/Bazel.kt#L185
'Return' can be lifted out of 'if'
|
Unused symbol:
plugins/package-managers/bazel/src/test/kotlin/BazelTest.kt#L27
Class "BazelTest" is never used
|
Unused symbol:
clients/bazel-module-registry/src/funTest/kotlin/BazelModuleRegistryServiceFunTest.kt#L29
Class "BazelModuleRegistryServiceTest" is never used
|
Unused symbol:
plugins/package-managers/bazel/src/test/kotlin/StarlarkParserTest.kt#L29
Class "StarlarkParserTest" is never used
|
Unused symbol:
plugins/package-managers/bazel/src/funTest/kotlin/BazelFunTest.kt#L31
Class "BazelFunTest" is never used
|