Skip to content

CLOUDP-236398: Adding merge command skeleton #23

CLOUDP-236398: Adding merge command skeleton

CLOUDP-236398: Adding merge command skeleton #23

Triggered via pull request March 8, 2024 15:28
Status Failure
Total duration 2m 39s
Artifacts

code-health-tools.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
lint: tools/cli/internal/cli/merge/merge.go#L56
octalLiteral: use new octal literal style, 0o644 (gocritic)
lint: tools/cli/internal/cli/validator/command.go#L30
line is 144 characters (lll)
lint: tools/cli/internal/cli/merge/merge.go#L49
line is 129 characters (lll)
lint
issues found
build
Restore cache failed: Dependencies file is not found in /home/runner/work/openapi/openapi. Supported file pattern: go.sum
lint: tools/cli/internal/cli/merge/merge.go#L45
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)