Merge pull request #68 from opendatahub-io/stable #23
Annotations
10 errors
components/odh-notebook-controller/controllers/notebook_controller.go#L104
Error return value of `retry.OnError` is not checked (errcheck)
|
components/odh-notebook-controller/controllers/notebook_oauth.go#L190
Error return value of `rand.Read` is not checked (errcheck)
|
components/odh-notebook-controller/controllers/suite_test.go#L56
var `cfg` is unused (unused)
|
components/odh-notebook-controller/controllers/notebook_route.go#L47
SA1019: pointer.Int32Ptr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_webhook.go#L187
SA1019: pointer.Int32Ptr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_webhook.go#L210
SA1019: pointer.Int32Ptr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_controller_test.go#L155
SA1019: pointer.BoolPtr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_controller_test.go#L156
SA1019: pointer.BoolPtr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_controller_test.go#L447
SA1019: pointer.BoolPtr is deprecated: Use ptr.To instead. (staticcheck)
|
components/odh-notebook-controller/controllers/notebook_network.go#L20
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
This job failed
Loading