[tools](deps): Bump the all-tools group across 1 directory with 3 updates #65
sub_http.yml
on: pull_request
Matrix: ci / Lint
Matrix: ci / Test With Coverage
Matrix: ci / Tests
Annotations
6 errors
|
ci / Lint (ubuntu-latest, 1.23)
Process completed with exit code 2.
|
|
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)
|