Upstash integration backend #2773
Annotations
7 errors
|
golangci-lint:
api/server/handlers/oauth_callback/upstash.go#L166
Error return value of `resp.Body.Close` is not checked (errcheck)
|
golangci-lint:
api/server/handlers/oauth_callback/upstash.go#L27
G101: Potential hardcoded credentials (gosec)
|
golangci-lint:
internal/repository/gorm/repository.go#L173
exported: exported method GormRepository.UpstashIntegration should have comment or be unexported (revive)
|
golangci-lint:
api/server/handlers/oauth_callback/upstash.go#L109
ineffectual assignment to oauthInt (ineffassign)
|
golangci-lint:
api/server/handlers/oauth_callback/digitalocean.go#L75
SA4006: this value of `oauthInt` is never used (staticcheck)
|
golangci-lint
issues found
|
Loading