fix(windows-agent): Don't bail out if WSL adapter is not available #3894
Annotations
10 errors
windows-agent/internal/daemon/daemon.go#L119
Error return value of `d.netSubs.Stop` is not checked (errcheck)
|
windows-agent/internal/netwatcher/netwatcher.go#L79
`explicitely` is a misspelling of `explicitly` (misspell)
|
windows-agent/internal/daemon/daemon.go#L125
`Altough` is a misspelling of `Although` (misspell)
|
windows-agent/internal/netwatcher/netwatchertestutils/netwatchertestutils.go#L19
exported: comment on exported function DefaultNetAdaptersAPIProviderToMock should be of the form "DefaultNetAdaptersAPIProviderToMock ..." (revive)
|
windows-agent/internal/netwatcher/netwatchertestutils/net_adapters_mock_api.go#L12
exported: comment on exported type NetAdapterMockAPI should be of the form "NetAdapterMockAPI ..." (with optional leading article) (revive)
|
windows-agent/internal/netwatcher/netwatchertestutils/net_adapters_mock_api.go#L26
exported: comment on exported method NetAdapterMockAPI.ListDevices should be of the form "ListDevices ..." (revive)
|
windows-agent/internal/netwatcher/netwatchertestutils/net_adapters_mock_api.go#L38
exported: comment on exported method NetAdapterMockAPI.GetDeviceConnectionName should be of the form "GetDeviceConnectionName ..." (revive)
|
windows-agent/internal/netwatcher/netwatchertestutils/net_adapters_mock_api.go#L60
exported: comment on exported method NetAdapterMockAPI.WaitForDeviceChanges should be of the form "WaitForDeviceChanges ..." (revive)
|
windows-agent/internal/netwatcher/netwatcher.go#L49
exported: exported type NetAdaptersAPIProvider should have comment or be unexported (revive)
|
windows-agent/internal/netwatcher/netwatcher.go#L54
exported: exported type Option should have comment or be unexported (revive)
|
This job failed
Loading