Skip to content

[tools](deps): Bump the all-tools group in /tools with 2 updates #63

[tools](deps): Bump the all-tools group in /tools with 2 updates

[tools](deps): Bump the all-tools group in /tools with 2 updates #63

Triggered via pull request July 1, 2025 02:33
Status Failure
Total duration 1m 11s
Artifacts

sub_http.yml

on: pull_request
Matrix: ci / Lint
Matrix: ci / Test With Coverage
Matrix: ci / Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci / Lint (ubuntu-latest, 1.23): http/echo.go#L63
missing whitespace above this line (too many statements above if) (wsl_v5)
ci / Lint (ubuntu-latest, 1.23): http/echo.go#L26
missing whitespace above this line (too many statements above if) (wsl_v5)
ci / Lint (ubuntu-latest, 1.23): http/compress/outbound.go#L162
missing whitespace above this line (too many statements above if) (wsl_v5)
ci / Lint (ubuntu-latest, 1.23): http/compress/outbound.go#L154
missing whitespace above this line (invalid statement above expr) (wsl_v5)
ci / Lint (ubuntu-latest, 1.23): http/compress/decoder.go#L28
missing whitespace above this line (invalid statement above assign) (wsl_v5)
ci / Lint (ubuntu-latest, 1.23): http/midleware.go#L24
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/httplog/io.go#L114
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/compress/decoder.go#L40
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
ci / Lint (ubuntu-latest, 1.23): http/httplog/writer.go#L298
embedded fields should be listed before regular fields (embeddedstructfieldcheck)
ci / Lint (ubuntu-latest, 1.23): http/http_test.go#L69
there must be an empty line separating embedded fields from regular fields (embeddedstructfieldcheck)