Skip to content

Nipun/ssv flag different validator dir #371

Nipun/ssv flag different validator dir

Nipun/ssv flag different validator dir #371

Triggered via pull request October 21, 2024 06:27
Status Success
Total duration 1m 42s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: shared/services/config/stader-config.go#L187
paramTypeCombine: func(staderDir string, isNativeMode bool, isSSVMode bool) *StaderConfig could be replaced with func(staderDir string, isNativeMode, isSSVMode bool) *StaderConfig (gocritic)
Lint: shared/services/stader/client.go#L1469
appendCombine: can combine chain of 2 appends into one (gocritic)
Lint: shared/services/stader/client.go#L1498
appendCombine: can combine chain of 2 appends into one (gocritic)
Lint: shared/services/stader/client.go#L1465
octalLiteral: use new octal literal style, 0o664 (gocritic)
Lint: shared/services/stader/client.go#L1494
octalLiteral: use new octal literal style, 0o664 (gocritic)
Lint: stader-cli/validator/deposit.go#L163
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint: stader-cli/validator/deposit.go#L189
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint: shared/services/config/stader-config.go#L823
assignments should only be cuddled with other assignments (wsl)
Lint: shared/services/config/stader-config.go#L170
expressions should not be cuddled with blocks (wsl)
Lint: shared/services/config/stader-config.go#L824
only one cuddle assignment allowed before if statement (wsl)