replacing logrus with slog v1 #592
Annotations
10 errors and 1 warning
Lint code:
pkg/log/entry.go#L209
G104: Errors unhandled. (gosec)
|
Lint code:
pkg/log/format.go#L33
type `devFormatter` is unused (unused)
|
Lint code:
pkg/log/format.go#L69
func `sortFields` is unused (unused)
|
Lint code:
cmd/proxy/main.go#L127
unnecessary trailing newline (whitespace)
|
Lint code:
pkg/log/entry.go#L21
interface method Debugf must have named param for type string (inamedparam)
|
Lint code:
pkg/log/entry.go#L24
interface method Infof must have named param for type string (inamedparam)
|
Lint code:
pkg/log/entry.go#L27
interface method Warnf must have named param for type string (inamedparam)
|
Lint code:
pkg/log/entry.go#L30
interface method Errorf must have named param for type string (inamedparam)
|
Lint code:
pkg/log/entry.go#L33
interface method Fatalf must have named param for type string (inamedparam)
|
Lint code:
pkg/log/entry.go#L36
interface method Panicf must have named param for type string (inamedparam)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading