Skip to content

feat: getting the error from status field for HPA analyzer #4702

feat: getting the error from status field for HPA analyzer

feat: getting the error from status field for HPA analyzer #4702

Re-run triggered July 8, 2024 06:29
Status Success
Total duration 3m 0s
Artifacts

golangci_lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
golangci-lint: pkg/ai/azureopenai.go#L20
[golangci] reported by reviewdog 🐶 field `organizationId` is unused (unused) Raw Output: pkg/ai/azureopenai.go:20:2: field `organizationId` is unused (unused) organizationId string ^
golangci-lint: pkg/ai/openai.go#L34
[golangci] reported by reviewdog 🐶 field `organizationId` is unused (unused) Raw Output: pkg/ai/openai.go:34:2: field `organizationId` is unused (unused) organizationId string ^
golangci-lint: pkg/custom/client.go#L20
[golangci] reported by reviewdog 🐶 SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck) Raw Output: pkg/custom/client.go:20:15: SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck) conn, err := grpc.Dial(fmt.Sprintf("%s:%s", c.Url, c.Port), grpc.WithTransportCredentials(insecure.NewCredentials())) ^