pr: golangci-lint #6
Annotations
10 errors
lint:
pkg/zhmcclient/client.go#L370
Error return value of `c.Logon` is not checked (errcheck)
|
lint:
pkg/zhmcclient/client.go#L371
Error return value of `c.executeUpload` is not checked (errcheck)
|
lint:
pkg/zhmcclient/client.go#L403
Error return value of `c.Logon` is not checked (errcheck)
|
lint:
sample.go#L401
ineffectual assignment to processorMode (ineffassign)
|
lint:
pkg/zhmcclient/model.go#L24
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
lint:
pkg/zhmcclient/model.go#L35
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
lint:
pkg/zhmcclient/model.go#L49
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
lint:
pkg/zhmcclient/model.go#L58
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
lint:
pkg/zhmcclient/model.go#L88
SA9004: only the first constant in this group has an explicit type (staticcheck)
|
lint:
pkg/zhmcclient/model.go#L97
SA9004: only the first constant in this group has an explicit type (staticcheck)
|