Merge pull request #226 from stader-labs/ssv_mirgration #378
Annotations
10 errors
Golangci-lint:
shared/utils/string-utils/str-convs.go#L17
`seperated` is a misspelling of `separated` (misspell)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L10
Consider pre-allocating `strArr` (prealloc)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L19
Consider pre-allocating `intArr` (prealloc)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L1
var-naming: don't use an underscore in package name (revive)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L14
return statements should not be cuddled if block has more than two lines (wsl)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L25
append only allowed to cuddle with appended value (wsl)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L20
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Golangci-lint:
shared/utils/string-utils/str-convs.go#L27
return statements should not be cuddled if block has more than two lines (wsl)
|
Golangci-lint:
shared/utils/hex/hex.go#L31
return statements should not be cuddled if block has more than two lines (wsl)
|
Golangci-lint:
shared/types/stader-backend/merkle-proofs.go#L1
var-naming: don't use an underscore in package name (revive)
|
Loading