Skip to content

Sd utilize

Sd utilize #199

Triggered via pull request January 2, 2024 06:18
Status Success
Total duration 55s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: stader-lib/socializing-pool/rewards.go#L26
paramTypeCombine: func(sp *stader.SocializingPoolContractManager, index []*big.Int, amountSd []*big.Int, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (stader.GasInfo, error) could be replaced with func(sp *stader.SocializingPoolContractManager, index, amountSd, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (stader.GasInfo, error) (gocritic)
build: stader-lib/socializing-pool/rewards.go#L30
paramTypeCombine: func(sp *stader.SocializingPoolContractManager, index []*big.Int, amountSd []*big.Int, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (*types.Transaction, error) could be replaced with func(sp *stader.SocializingPoolContractManager, index, amountSd, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (*types.Transaction, error) (gocritic)
build: stader-cli/node/claim-sp-rewards.go#L184
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
build: stader/api/validator/deposit.go#L107
cyclomatic complexity 32 of func `canNodeDeposit` is high (> 30) (gocyclo)
build: stader-lib/utils/sd/sd.go#L19
func `almostEqual` is unused (unused)
build: stader-cli/node/utilize-sd.go#L147
unnecessary leading newline (whitespace)
build: stader-lib/sdutility/sd-utility.go#L22
assignments should only be cuddled with other assignments (wsl)
build: stader-lib/sdutility/sd-utility.go#L23
only one cuddle assignment allowed before if statement (wsl)
build: stader-lib/sdutility/sd-utility.go#L26
assignments should only be cuddled with other assignments (wsl)
build: stader-lib/sdutility/sd-utility.go#L27
only one cuddle assignment allowed before if statement (wsl)
build: stader-lib/node/validator.go#L22
var-naming: func parameter referralId should be referralID (revive)
build: stader-lib/node/validator.go#L42
var-naming: func parameter referralId should be referralID (revive)
build: shared/services/stader/node.go#L210
var-naming: method parameter referralId should be referralID (revive)
build: shared/services/stader/node.go#L271
var-naming: method parameter referralId should be referralID (revive)
build: stader/api/validator/deposit.go#L267
var-naming: var encodedReferralId should be encodedReferralID (revive)
build: stader/api/validator/deposit.go#L293
var-naming: func parameter referralId should be referralID (revive)
build: stader/api/validator/commands.go#L62
var-naming: var referralId should be referralID (revive)
build: stader/api/validator/deposit.go#L433
var-naming: var encodedReferralId should be encodedReferralID (revive)
build: stader/api/validator/commands.go#L101
var-naming: var referralId should be referralID (revive)
build: stader/api/node/utility-sd.go#L42
var-naming: var operatorId should be operatorID (revive)