test: add more tests and sentinel errors #162
ci_release.yml
on: pull_request
lint
/
golangci-lint
30s
lint
/
yamllint
5s
lint
/
markdown-lint
14s
test
/
Go Mod Tidy Check
12s
test
/
Run Unit Tests
9s
test
/
Run Integration Tests
9s
release
0s
Annotations
7 errors
lint / golangci-lint:
types/errors.go#L6
exported: comment on exported var ErrZeroInitialHeight should be of the form "ErrZeroInitialHeight ..." (revive)
|
lint / golangci-lint:
types/errors.go#L18
exported: comment on exported var ErrEmptyStateRoot should be of the form "ErrEmptyStateRoot ..." (revive)
|
lint / golangci-lint:
types/errors.go#L30
exported: comment on exported var ErrBlockNotFound should be of the form "ErrBlockNotFound ..." (revive)
|
lint / golangci-lint:
types/errors.go#L38
exported: comment on exported var ErrTxAlreadyExists should be of the form "ErrTxAlreadyExists ..." (revive)
|
lint / golangci-lint:
types/errors.go#L46
exported: comment on exported var ErrContextCanceled should be of the form "ErrContextCanceled ..." (revive)
|
lint / golangci-lint:
types/errors.go#L10
File is not properly formatted (gofmt)
|
lint / golangci-lint
issues found
|