Skip to content

[tools]: Bump the all-tools group across 1 directory with 3 updates #108

[tools]: Bump the all-tools group across 1 directory with 3 updates

[tools]: Bump the all-tools group across 1 directory with 3 updates #108

Triggered via pull request July 8, 2025 18:05
Status Failure
Total duration 1m 26s
Artifacts

ci.yml

on: pull_request
Lints and Tests
1m 20s
Lints and Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lints and Tests: pkg/testingx/testing.go#L30
missing whitespace above this line (invalid statement above range) (wsl_v5)
Lints and Tests: pkg/testingx/testing.go#L17
missing whitespace above this line (invalid statement above switch) (wsl_v5)
Lints and Tests: internal/zlog/log.go#L59
missing whitespace above this line (no shared variables above switch) (wsl_v5)
Lints and Tests: internal/zhttp/router_test.go#L15
missing whitespace above this line (too many statements above if) (wsl_v5)
Lints and Tests: internal/zhttp/router.go#L86
unnecessary whitespace (err) (wsl_v5)
Lints and Tests: internal/config/envkey.go#L9
missing whitespace above this line (too many lines above return) (wsl_v5)
Lints and Tests: internal/config/config.go#L31
missing whitespace above this line (invalid statement above if) (wsl_v5)
Lints and Tests: pkg/testingx/testing.go#L108
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
Lints and Tests: internal/config/config.go#L24
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
Lints and Tests: cmd/goboilerplate/main.go#L68
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)