Skip to content

avoid extra data allocation during quic peer read #156

avoid extra data allocation during quic peer read

avoid extra data allocation during quic peer read #156

Triggered via push June 20, 2024 11:04
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: crypto/blake2b_test.go#L58
Error return value of `x.Read` is not checked (errcheck)
lint: crypto/batch.go#L91
Function 'Verify' is too long (72 > 60) (funlen)
lint: crypto/cosi_test.go#L11
Function 'TestCosi' has too many statements (66 > 40) (funlen)
lint: crypto/signature_test.go#L18
Function 'testSignature' has too many statements (50 > 40) (funlen)
lint: crypto/key.go#L107
captLocal: `A' should not be capitalized (gocritic)
lint: crypto/key.go#L120
captLocal: `R' should not be capitalized (gocritic)
lint: crypto/key.go#L132
captLocal: `P' should not be capitalized (gocritic)
lint: crypto/hash_test.go#L50
assignOp: replace `msg = msg + msg` with `msg += msg` (gocritic)
lint: crypto/batch.go#L32
Comment should end in a period (godot)
lint: crypto/cosi.go#L51
line is 121 characters (lll)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: crypto/rand.go#L32
increment-decrement: should replace set[b] += 1 with set[b]++ (revive)
lint: crypto/rand.go#L10
unexported-return: exported func RandReader returns unexported type *crypto.randReader, which can be annoying to use (revive)
lint: crypto/blake2b_test.go#L18
unexported-return: exported func NewBlake2bXOF returns unexported type *crypto.xof, which can be annoying to use (revive)
lint: crypto/signature.go#L66
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (revive)
lint: crypto/signature.go#L81
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (revive)
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: storage/interface.go#L33
var-naming: interface method parameter nodeIdWithNetwork should be nodeIDWithNetwork (revive)
lint: storage/interface.go#L48
var-naming: interface method parameter nodeId should be nodeID (revive)
lint: storage/interface.go#L51
var-naming: interface method parameter nodeId should be nodeID (revive)