Add the Double Open Server (DOS) client and package configuration provider #15660
static-analysis.yml
on: pull_request
commit-lint
20s
code-base-checks
2m 5s
detekt-issues
9m 34s
markdown-links
27s
markdownlint
20s
qodana-scan
9m 38s
reuse-tool
14s
Annotations
1 error and 5 warnings
commit-lint
You have commit messages with errors
⧗ input: feat(clients): Add the Double Open Server (DOS) client
This client library project provides the base for communicating with the
DOS package configuration provider and DOS scanner wrapper.
Co-authored-by: Jyrki Keisala <[email protected]>
Signed-off-by: Sebastian Schuberth <[email protected]>
✖ footer must have leading blank line [footer-leading-blank]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: feat: Add the package configuration provider for DOS
Co-authored-by: Jyrki Keisala <[email protected]>
Signed-off-by: Sebastian Schuberth <[email protected]>
✖ footer must have leading blank line [footer-leading-blank]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Unused symbol:
clients/dos/src/main/kotlin/DosClient.kt#L162
Function "getScanJobState" is never used
|
Unused symbol:
clients/dos/src/main/kotlin/DosClient.kt#L101
Function "addScanJob" is never used
|
Unused symbol:
clients/dos/src/main/kotlin/DosClient.kt#L61
Function "getUploadUrl" is never used
|
Unused symbol:
clients/dos/src/main/kotlin/DosClient.kt#L83
Function "uploadFile" is never used
|
Unused symbol:
clients/dos/src/main/kotlin/DosClient.kt#L126
Function "getScanResults" is never used
|