feat: Add batch extender #122
ci_release.yml
on: pull_request
lint
/
golangci-lint
42s
lint
/
yamllint
8s
lint
/
markdown-lint
18s
test
/
Go Mod Tidy Check
14s
test
/
Run Unit Tests
1m 24s
test
/
Run Integration Tests
4s
release
0s
Annotations
4 errors
lint / golangci-lint:
sequencing/transaction_queue.go#L13
exported: exported type BatchExtender should have comment or be unexported (revive)
|
lint / golangci-lint:
sequencing/transaction_queue.go#L102
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint / golangci-lint:
sequencing/transaction_queue.go#L9
File is not properly formatted (goimports)
|
lint / golangci-lint
issues found
|