add shortcut to deploy sample shims to makefile #156
Annotations
10 errors and 11 warnings
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Cannot open: File exists
|
Golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Golangci-lint:
api/v1alpha1/shim_types.go#L33
var-naming: struct field AnonHttp should be AnonHTTP (revive)
|
Golangci-lint:
api/v1alpha1/shim_types.go#L36
var-naming: type AnonHttpSpec should be AnonHTTPSpec (revive)
|
Golangci-lint:
internal/controller/shim_controller.go#L493
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Golangci-lint:
internal/controller/job_controller.go#L125
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Golangci-lint:
internal/controller/shim_controller.go#L282
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Golangci-lint:
internal/controller/job_controller.go#L122
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/controller/job_controller.go#L132
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/controller/shim_controller.go#L155
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/controller/shim_controller.go#L279
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|