replacing logrus with slog v1 #594
Annotations
11 errors and 2 warnings
lint:
pkg/log/entry.go#L209
G104: Errors unhandled. (gosec)
|
lint:
cmd/proxy/main.go#L127
unnecessary trailing newline (whitespace)
|
lint:
pkg/log/entry.go#L42
interface method Debug must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L45
interface method Info must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L48
interface method Warn must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L51
interface method Error must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L54
interface method Fatal must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L57
interface method Panic must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L60
interface method Print must have all named params (inamedparam)
|
lint:
pkg/log/entry.go#L19
the interface has more than 10 methods: 20 (interfacebloat)
|
build
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|