New plugin API #16448
static-analysis.yml
on: pull_request
commit-lint
31s
code-base-checks
2m 19s
completions
4m 3s
detekt-issues
8m 23s
markdown-links
15s
markdownlint
49s
qodana-scan
9m 45s
reuse-tool
16s
Annotations
2 warnings and 3 notices
Unresolved reference in KDoc:
plugins/compiler/src/main/kotlin/PluginProcessor.kt#L120
Cannot resolve symbol 'PluginFactory'
|
Unused symbol:
clients/osv/src/main/kotlin/OsvService.kt#L54
Property "STAGING_SERVER_URL" is never used
|
|
|
Size zero check can be replaced with 'isEmpty()':
plugins/compiler/src/main/kotlin/PluginSpecFactory.kt#L86
Size zero check can be replaced with 'isEmpty()'
|