Skip to content

wip

wip #345

Triggered via pull request October 11, 2024 12:52
Status Failure
Total duration 2m 45s
Artifacts

ci.yml

on: pull_request
Unit Tests
2m 35s
Unit Tests
Static Analysis
2m 9s
Static Analysis
Check state of go.mod and go.sum
21s
Check state of go.mod and go.sum
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Static Analysis: pkg/database/sqlite/storage.go#L20
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Static Analysis: pkg/database/sqlite/storage.go#L39
exported: type name will be used as sqlite.SQLiteXDB by other packages, and that stutters; consider calling this XDB (revive)
Static Analysis: pkg/cheque_handler/issued_cheque_record.go#L1
var-naming: don't use an underscore in package name (revive)
Static Analysis: pkg/cheque_handler/noop_cheque_handler.go#L6
var-naming: don't use an underscore in package name (revive)
Static Analysis: pkg/cheque_handler/cheque_record.go#L1
var-naming: don't use an underscore in package name (revive)
Static Analysis: pkg/cheque_handler/cheque_handler.go#L1
var-naming: don't use an underscore in package name (revive)
Static Analysis
Process completed with exit code 1.
Unit Tests
Process completed with exit code 1.