chore: add go linting #1
lint-go.yaml
on: pull_request
golangci-lint
1m 6s
gosec-lint
1m 36s
Annotations
3 errors
golangci-lint:
txpool/tx_pool.go#L186
Error return value of `binary.Read` is not checked (errcheck)
|
golangci-lint:
txpool/blocklist.go#L34
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
golangci-lint
issues found
|