Skip to content

chore(deps): update dependency golangci-lint to v2.2.2 #301

chore(deps): update dependency golangci-lint to v2.2.2

chore(deps): update dependency golangci-lint to v2.2.2 #301

Triggered via push July 11, 2025 16:15
Status Failure
Total duration 53s
Artifacts

go-checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-lint: paramstore/store_test.go#L75
missing whitespace above this line (never cuddle decl) (wsl_v5)
go-lint: paramstore/store_test.go#L59
missing whitespace above this line (invalid statement above if) (wsl_v5)
go-lint: paramstore/store.go#L35
missing whitespace above this line (too many lines above return) (wsl_v5)
go-lint: paramstore/store.go#L31
missing whitespace above this line (invalid statement above range) (wsl_v5)
go-lint: paramstore/store.go#L25
missing whitespace above this line (too many statements above for) (wsl_v5)
go-lint: main.go#L110
missing whitespace above this line (too many lines above return) (wsl_v5)
go-lint: main.go#L68
missing whitespace above this line (invalid statement above range) (wsl_v5)
go-lint: main.go#L64
missing whitespace above this line (too many statements above if) (wsl_v5)
go-lint: main.go#L59
missing whitespace above this line (invalid statement above assign) (wsl_v5)
go-lint: main.go#L29
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)