Implement bridge-device functionality for onboarding non-OCF compliant devices #468
Annotations
10 errors and 1 warning
golangci-lint:
bridge/device/cloud/manager.go#L145
Error return value of `c.close` is not checked (errcheck)
|
golangci-lint:
bridge/device/cloud/manager.go#L310
Error return value of `c.close` is not checked (errcheck)
|
golangci-lint:
bridge/device/cloud/manager.go#L337
Error return value of `c.Close` is not checked (errcheck)
|
golangci-lint:
bridge/device/cloud/manager.go#L681
Error return value of `c.close` is not checked (errcheck)
|
golangci-lint:
bridge/resources/device/resource.go#L94
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
bridge/device/cloud/manager.go#L314
G402: TLS InsecureSkipVerify set true. (gosec)
|
golangci-lint:
bridge/net/network.go#L129
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
bridge/resources/resource.go#L265
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
golangci-lint:
bridge/device/cloud/manager.go#L433
error is not nil (line 432) but it returns nil (nilerr)
|
golangci-lint:
bridge/service/service.go#L94
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
golangci-lint:
bridge/resources/resource.go#L52
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
The logs for this run have expired and are no longer available.
Loading