chores(analyzer): Print warning if duplicate packages #17171
static-analysis.yml
on: pull_request
commit-lint
19s
code-base-checks
46s
completions
2m 16s
detekt-issues
1m 25s
markdown-links
12s
markdownlint
13s
qodana-scan
7m 26s
reuse-tool
14s
Annotations
2 errors, 3 warnings, and 1 notice
commit-lint
You have commit messages with errors
⧗ input: chores(analyzer): Do not throw exception if duplicate packages
When duplicate packages or projects are found in the dependency tree, print a
warning instead of throwing an exception and inteerrupting the scan.
Duplicate packages may arise when the same package is imported twice, in these
cases the dependency tree will be completed as the package is imported at
least once.
Signed-off-by: Stefano Bennati <[email protected]>
✖ body's lines must not be longer than 75 characters [body-max-line-length]
✖ type must be one of [build, chore, ci, deps, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
detekt-issues
Process completed with exit code 1.
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|
Redundant curly braces in string template:
analyzer/src/main/kotlin/AnalyzerResultBuilder.kt#L54
Redundant curly braces in string template
|