Skip to content

WIP pb analyze stream #192

WIP pb analyze stream

WIP pb analyze stream #192

Triggered via pull request November 26, 2024 15:26
Status Failure
Total duration 2m 2s
Artifacts

build.yaml

on: pull_request
Build and Test the Go code
1m 53s
Build and Test the Go code
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and Test the Go code: pkg/analyze/k8s/prompts.go#L46
`cancelled` is a misspelling of `canceled` (misspell)
Build and Test the Go code: pkg/analyze/k8s/prompts.go#L146
`cancelled` is a misspelling of `canceled` (misspell)
Build and Test the Go code: pkg/analyze/openai/openai.go#L11
exported: comment on exported type SummaryStat should be of the form "SummaryStat ..." (with optional leading article) (revive)
Build and Test the Go code: pkg/analyze/openai/openai.go#L21
exported: comment on exported type OpenAIRequest should be of the form "OpenAIRequest ..." (with optional leading article) (revive)
Build and Test the Go code: pkg/analyze/openai/openai.go#L22
exported: type name will be used as openai.OpenAIRequest by other packages, and that stutters; consider calling this Request (revive)
Build and Test the Go code: pkg/analyze/openai/openai.go#L32
exported: comment on exported type OpenAIResponse should be of the form "OpenAIResponse ..." (with optional leading article) (revive)
Build and Test the Go code: pkg/analyze/openai/openai.go#L33
exported: type name will be used as openai.OpenAIResponse by other packages, and that stutters; consider calling this Response (revive)
Build and Test the Go code: pkg/analyze/openai/openai.go#L39
exported: comment on exported function AnalyzeEventsWithGPT should be of the form "AnalyzeEventsWithGPT ..." (revive)
Build and Test the Go code: pkg/analyze/duckdb/duckdb.go#L154
exported: comment on exported function FetchPodEventsfromDb should be of the form "FetchPodEventsfromDb ..." (revive)
Build and Test the Go code: pkg/analyze/k8s/prompts.go#L15
exported: comment on exported function PromptPod should be of the form "PromptPod ..." (revive)