Skip to content

upgrade quic and badger #198

upgrade quic and badger

upgrade quic and badger #198

Triggered via push November 30, 2024 14:52
Status Success
Total duration 2m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: crypto/blake2b_test.go#L58
Error return value of `x.Read` is not checked (errcheck)
lint: rpc/consensus_test.go#L87
Error return value of `server.ListenAndServe` is not checked (errcheck)
lint: rpc/consensus_test.go#L88
Error return value of `node.Loop` is not checked (errcheck)
lint: rpc/consensus_test.go#L647
Error return value of `pnode.Loop` is not checked (errcheck)
lint: rpc/consensus_test.go#L650
Error return value of `server.ListenAndServe` is not checked (errcheck)
lint: rpc/consensus_test.go#L831
Error return value of `server.ListenAndServe` is not checked (errcheck)
lint: rpc/consensus_test.go#L832
Error return value of `node.Loop` is not checked (errcheck)
lint: main.go#L722
Error return value of `http.ListenAndServe` is not checked (errcheck)
lint: command.go#L51
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: command.go#L52
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: util/base58/base58check_test.go#L61
redefines-builtin-id: redefinition of the built-in function len (revive)
lint: config/reader.go#L14
var-naming: const KernelNetworkId should be KernelNetworkID (revive)
lint: common/decoding.go#L125
increment-decrement: should replace il -= 1 with il-- (revive)
lint: common/decoding.go#L137
increment-decrement: should replace ol -= 1 with ol-- (revive)
lint: common/decoding.go#L149
increment-decrement: should replace rl -= 1 with rl-- (revive)
lint: common/validation.go#L329
increment-decrement: should replace signers += 1 with signers++ (revive)
lint: common/encoding.go#L207
increment-decrement: should replace off += 1 with off++ (revive)
lint: common/decoding.go#L191
increment-decrement: should replace sl -= 1 with sl-- (revive)
lint: common/decoding.go#L313
increment-decrement: should replace kc -= 1 with kc-- (revive)
lint: common/decoding.go#L363
increment-decrement: should replace i += 1 with i++ (revive)