feat(package-manager): Add initial support for Bazel #14601
static-analysis.yml
on: pull_request
commit-lint
18s
code-base-checks
1m 32s
detekt-issues
8m 13s
markdown-links
31s
markdownlint
18s
qodana-scan
8m 25s
reuse-tool
20s
Annotations
6 warnings
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#L187
'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:
plugins/package-managers/bazel/src/funTest/kotlin/BazelFunTest.kt#L31
Class "BazelFunTest" is never used
|
Unused symbol:
plugins/package-managers/bazel/src/test/kotlin/StarlarkParserTest.kt#L29
Class "StarlarkParserTest" is never used
|
Unused symbol:
clients/bazel-module-registry/src/funTest/kotlin/BazelModuleRegistryClientFunTest.kt#L27
Class "BazelModuleRegistryClientFunTest" is never used
|