Skip to content

Merge pull request #126 from stader-labs/update_copies #51

Merge pull request #126 from stader-labs/update_copies

Merge pull request #126 from stader-labs/update_copies #51

Triggered via push October 11, 2023 10:52
Status Success
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: shared/utils/hex/hex.go#L27
return statements should not be cuddled if block has more than two lines (wsl)
build: shared/utils/hex/hex.go#L35
return statements should not be cuddled if block has more than two lines (wsl)
build: stader-lib/stader-config/stader-config.go#L3
File is not `goimports`-ed (goimports)
build: stader-lib/stader-config/stader-config.go#L1
var-naming: don't use an underscore in package name (revive)
build: stader-lib/stader-config/stader-config.go#L4
import 'github.com/ethereum/go-ethereum/accounts/abi/bind' is not allowed from list 'Main' (depguard)
build: stader-lib/stader-config/stader-config.go#L5
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
build: stader-lib/stader-config/stader-config.go#L6
import 'github.com/stader-labs/stader-node/stader-lib/stader' is not allowed from list 'Main' (depguard)
build: shared/utils/string-utils/str-convs.go#L17
`seperated` is a misspelling of `separated` (misspell)
build: shared/utils/string-utils/str-convs.go#L10
Consider pre-allocating `strArr` (prealloc)
build: shared/utils/string-utils/str-convs.go#L19
Consider pre-allocating `intArr` (prealloc)