typo INSCRIPTION.md (#185) #204
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
the line is 121 characters long, which exceeds the maximum of 120 characters. (lll)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
crypto/signature.go#L66
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (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#L81
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (revive)
|
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:
rpc/utxo.go#L31
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/utxo.go#L14
unexported-return: exported func NewUTXOKeysRPCReader returns unexported type *rpc.utxoKeysRPCReader, which can be annoying to use (revive)
|
lint:
rpc/consensus_test.go#L1161
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/consensus_test.go#L993
var-naming: struct field NodeId should be NodeID (revive)
|
lint:
command.go#L1012
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
|