Skip to content

remove redundant graph sync message loop #145

remove redundant graph sync message loop

remove redundant graph sync message loop #145

Triggered via push May 21, 2024 19:20
Status Success
Total duration 26s
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/blake2b_test.go#L18
unexported-return: exported func NewBlake2bXOF returns unexported type *crypto.xof, which can be annoying to use (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/rand.go#L32
increment-decrement: should replace set[b] += 1 with set[b]++ (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/badger_validation.go#L73
increment-decrement: should replace total += 1 with total++ (revive)
lint: storage/badger_graph.go#L58
increment-decrement: should replace removed += 1 with removed++ (revive)
lint: storage/badger_transaction.go#L230
var-naming: func parameter nodeId should be nodeID (revive)