Skip to content

Merge pull request #226 from stader-labs/ssv_mirgration #378

Merge pull request #226 from stader-labs/ssv_mirgration

Merge pull request #226 from stader-labs/ssv_mirgration #378

Triggered via push October 26, 2024 08:33
Status Success
Total duration 54s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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