Skip to content

Update to latest github action version. #6

Update to latest github action version.

Update to latest github action version. #6

Triggered via push October 28, 2023 00:02
Status Failure
Total duration 1m 56s
Artifacts

analysis.yml

on: push
static_analysis
1m 45s
static_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static_analysis: rpi_poe_fan.go#L1
package comment should be of the form "Package rpipoefan ..."
static_analysis: cmd/htmx-fan/main.go#L88
context.Context should be the first parameter of a function
static_analysis: cmd/htmx-fan/main.go#L199
context.Context should be the first parameter of a function
static_analysis: cmd/htmx-fan/main.go#L221
context.Context should be the first parameter of a function
static_analysis: cmd/htmx-fan/subscribe.go#L107
struct field Id should be ID
static_analysis: pkg/cpu/cpu.go#L5
exported type Temp should have comment or be unexported
static_analysis: pkg/cpu/cpu.go#L9
exported type RPiTemp should have comment or be unexported
static_analysis: pkg/cpu/cpu.go#L16
exported function NewRPiTemp should have comment or be unexported
static_analysis: pkg/event/sse.go#L10
exported type Event should have comment or be unexported
static_analysis: pkg/event/sse.go#L24
comment on exported type ClientChan should be of the form "ClientChan ..." (with optional leading article)