[tools]: Bump the all-tools group in /tools with 2 updates #102
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)
|