bump version to v0.18.14 #183
Annotations
10 errors and 11 warnings
lint:
util/base58/base58check_test.go#L68
File is not `gofumpt`-ed (gofumpt)
|
lint:
util/base58/base58_test.go#L29
the line is 157 characters long, which exceeds the maximum of 120 characters. (lll)
|
lint:
util/base58/base58_test.go#L66
the line is 154 characters long, which exceeds the maximum of 120 characters. (lll)
|
lint:
util/base58/base58_test.go#L67
the line is 870 characters long, which exceeds the maximum of 120 characters. (lll)
|
lint:
util/base58/base58check_test.go#L28
the line is 167 characters long, which exceeds the maximum of 120 characters. (lll)
|
lint:
util/base58/base58check_test.go#L69
unnecessary trailing newline (whitespace)
|
lint:
util/base58/base58_test.go#L12
import 'github.com/MixinNetwork/mixin/util/base58' is not allowed from list 'Main' (depguard)
|
lint:
util/base58/base58bench_test.go#L11
import 'github.com/MixinNetwork/mixin/util/base58' is not allowed from list 'Main' (depguard)
|
lint:
util/base58/base58check_test.go#L10
import 'github.com/MixinNetwork/mixin/util/base58' is not allowed from list 'Main' (depguard)
|
lint:
util/base58/base58_test.go#L85
Duplicate words (failed) found (dupword)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
lint:
util/base58/base58check_test.go#L61
redefines-builtin-id: redefinition of the built-in function len (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/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/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:
config/reader.go#L14
var-naming: const KernelNetworkId should be KernelNetworkID (revive)
|
lint:
storage/badger_space.go#L33
var-naming: method parameter nodeId should be nodeID (revive)
|
lint:
storage/badger_work.go#L13
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
storage/badger_transaction.go#L230
var-naming: func parameter nodeId should be nodeID (revive)
|