Skip to content

feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#… #390

feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#…

feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#… #390

Triggered via pull request July 23, 2024 11:51
Status Failure
Total duration 45s
Artifacts

lint.yml

on: pull_request
golangci-lint
34s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
golangci-lint: libs/bytes/bytes.go#L61
Error return value of `s.Write` is not checked (errcheck)
golangci-lint: libs/bytes/bytes.go#L63
Error return value of `s.Write` is not checked (errcheck)
golangci-lint: p2p/types.go#L19
`marshalled` is a misspelling of `marshaled` (misspell)
golangci-lint: consensus/state.go#L145
field `offlineStateSyncHeight` is unused (unused)
golangci-lint: p2p/conn/connection.go#L372
SA9003: empty branch (staticcheck)
golangci-lint
issues found
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, technote-space/get-diff-action@v6, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/