Skip to content

ci: bump lint version #1573

ci: bump lint version

ci: bump lint version #1573

Triggered via push October 29, 2023 21:08
Status Failure
Total duration 9m 34s
Artifacts

ci.yaml

on: push
Matrix: Unit Tests
Static Analysis
52s
Static Analysis
Build Binary Artifacts
0s
Build Binary Artifacts
Build Containers
0s
Build Containers
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static Analysis: pkg/logging/hclog_adapter.go#L28
cannot use (*hclogAdapter)(nil) (value of type *hclogAdapter) as hclog.Logger value in variable declaration: *hclogAdapter does not implement hclog.Logger (missing method Debug) (typecheck)
Static Analysis: pkg/logging/badger_adapter.go#L42
l.Error undefined (type *badgerLogAdapter has no field or method Error) (typecheck)
Static Analysis: pkg/logging/badger_adapter.go#L46
l.Error undefined (type *badgerLogAdapter has no field or method Error) (typecheck)
Static Analysis: pkg/logging/badger_adapter.go#L50
l.Info undefined (type *badgerLogAdapter has no field or method Info) (typecheck)
Static Analysis: pkg/logging/badger_adapter.go#L54
l.Debug undefined (type *badgerLogAdapter has no field or method Debug) (typecheck)
Static Analysis: pkg/logging/hclog_adapter.go#L38
cannot use &hclogAdapter{…} (value of type *hclogAdapter) as hclog.Logger value in return statement: *hclogAdapter does not implement hclog.Logger (missing method Debug) (typecheck)
Static Analysis: pkg/logging/hclog_adapter.go#L68
cannot use &hclogAdapter{…} (value of type *hclogAdapter) as hclog.Logger value in return statement: *hclogAdapter does not implement hclog.Logger (missing method Debug) (typecheck)
Static Analysis: pkg/logging/hclog_adapter.go#L77
cannot use &hclogAdapter{…} (value of type *hclogAdapter) as hclog.Logger value in return statement: *hclogAdapter does not implement hclog.Logger (missing method Debug) (typecheck)
Static Analysis: pkg/meshnet/wireguard/interface.go#L229
w.Name undefined (type *wginterface has no field or method Name) (typecheck)
Static Analysis: pkg/meshnet/wireguard/interface.go#L301
w.Name undefined (type *wginterface has no field or method Name) (typecheck)