Skip to content

Update golangci-lint #139

Update golangci-lint

Update golangci-lint #139

Triggered via pull request November 27, 2025 09:05
Status Failure
Total duration 36s
Artifacts

qa.yml

on: pull_request
Run linters
29s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run linters: main.go#L73
missing whitespace above this line (no shared variables above expr) (wsl_v5)
Run linters: main.go#L57
missing whitespace above this line (invalid statement above for) (wsl_v5)
Run linters: main.go#L53
missing whitespace above this line (invalid statement above assign) (wsl_v5)
Run linters: main.go#L45
missing whitespace above this line (no shared variables above go) (wsl_v5)
Run linters: main.go#L28
missing whitespace above this line (never cuddle decl) (wsl_v5)
Run linters: config.go#L64
missing whitespace above this line (invalid statement above assign) (wsl_v5)
Run linters: config.go#L48
missing whitespace above this line (no shared variables above defer) (wsl_v5)
Run linters: config.go#L42
missing whitespace above this line (invalid statement above assign) (wsl_v5)
Run linters: main.go#L34
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
Run linters: config.go#L49
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)