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