Skip to content

Use normal CLI with parameters and options #65

Use normal CLI with parameters and options

Use normal CLI with parameters and options #65

Triggered via pull request July 14, 2023 21:22
Status Failure
Total duration 46s
Artifacts

ci.yaml

on: pull_request
Checkstyle
26s
Checkstyle
Verify Release
35s
Verify Release
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

50 errors
[testtool] examples/management-cli/src/main/java/com/descope/AuditSearch.java#L34 <com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck>: examples/management-cli/src/main/java/com/descope/AuditSearch.java#L34
Distance between variable 'auditService' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
[testtool] examples/management-cli/src/main/java/com/descope/TenantLoad.java#L5 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>: examples/management-cli/src/main/java/com/descope/TenantLoad.java#L5
Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
[testtool] examples/management-cli/src/main/java/com/descope/TenantLoad.java#L6 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>: examples/management-cli/src/main/java/com/descope/TenantLoad.java#L6
Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
[testtool] examples/management-cli/src/main/java/com/descope/TenantLoad.java#L7 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>: examples/management-cli/src/main/java/com/descope/TenantLoad.java#L7
Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.