Merge pull request #213 from stader-labs/fix_build_failed #359
Annotations
10 errors
Golangci-lint:
shared/types/api/node.go#L24
var-naming: struct field OperatorId should be OperatorID (revive)
|
Golangci-lint:
shared/types/api/service.go#L41
var-naming: struct field NetworkId should be NetworkID (revive)
|
Golangci-lint:
shared/types/api/node.go#L199
var-naming: struct field BeaconChainUrl should be BeaconChainURL (revive)
|
Golangci-lint:
shared/types/api/api.go#L22
exported: type name will be used as api.APIResponse by other packages, and that stutters; consider calling this Response (revive)
|
Golangci-lint:
stader/stader.go#L826
appendCombine: can combine chain of 2 appends into one (gocritic)
|
Golangci-lint:
stader/stader.go#L830
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
stader/stader.go#L840
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
stader/stader.go#L846
unnecessary trailing newline (whitespace)
|
Golangci-lint:
stader/stader.go#L811
assignments should only be cuddled with other assignments (wsl)
|
Golangci-lint:
shared/utils/term/term_unix.go#L35
return statements should not be cuddled if block has more than two lines (wsl)
|
Loading