API Key CRUD #91
Annotations
6 errors and 1 warning
Run golangci-lint:
client.go#L214
Error return value of `io.WriteString` is not checked (errcheck)
|
Run golangci-lint:
team.go#L96
S1011: should replace loop with `keys = append(keys, item.APIKeys...)` (gosimple)
|
Run golangci-lint:
team_test.go#L24
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
team_test.go#L47
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
team_test.go#L70
ineffectual assignment to err (ineffassign)
|
Run golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading