Skip to content

WIP pb analyze stream #201

WIP pb analyze stream

WIP pb analyze stream #201

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

build.yaml

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

Annotations

10 errors
Build and Test the Go code: pkg/analyze/ollama/ollama.go#L41
`analyse` is a misspelling of `analyze` (misspell)
Build and Test the Go code: pkg/analyze/anthropic/anthropic.go#L59
`analyse` is a misspelling of `analyze` (misspell)
Build and Test the Go code: pkg/analyze/openai/openai.go#L46
`analyse` is a misspelling of `analyze` (misspell)
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/duckdb/duckdb.go#L13
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/duckdb/duckdb.go#L175
exported: comment on exported function FetchPodEventsfromDb should be of the form "FetchPodEventsfromDb ..." (revive)
Build and Test the Go code: pkg/analyze/ollama/ollama.go#L13
exported: comment on exported type OllamaRequest should be of the form "OllamaRequest ..." (with optional leading article) (revive)
Build and Test the Go code: pkg/analyze/ollama/ollama.go#L14
exported: type name will be used as ollama.OllamaRequest by other packages, and that stutters; consider calling this Request (revive)
Build and Test the Go code: pkg/analyze/ollama/ollama.go#L20
exported: comment on exported type OllamaResponse should be of the form "OllamaResponse ..." (with optional leading article) (revive)