[wip] ocp 4.16 deps #598
golangci-lint.yaml
on: push
github (govet, golint and gotest)
1m 9s
pre-commit
2m 53s
Annotations
11 errors and 3 warnings
github (govet, golint and gotest)
cannot use NullLogger{} (value of type NullLogger) as logr.Logger value in argument to NewDelegatingLogger
|
github (govet, golint and gotest)
cannot use NullLogger{} (value of type NullLogger) as logr.Logger value in variable declaration
|
github (govet, golint and gotest)
undefined: logr.InfoLogger
|
github (govet, golint and gotest)
cannot use log (variable of type NullLogger) as logr.Logger value in return statement
|
github (govet, golint and gotest)
cannot use log (variable of type NullLogger) as logr.Logger value in return statement
|
github (govet, golint and gotest)
cannot use res (variable of type *DelegatingLogger) as logr.Logger value in return statement
|
github (govet, golint and gotest)
cannot use res (variable of type *DelegatingLogger) as logr.Logger value in return statement
|
github (govet, golint and gotest)
o.Post().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Body(obj).VersionedParams(createOpts.AsCreateOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
|
github (govet, golint and gotest)
o.Put().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).Body(obj).VersionedParams(updateOpts.AsUpdateOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
|
github (govet, golint and gotest)
o.Delete().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).Body(deleteOpts.AsDeleteOptions()).Context undefined (type *rest.Request has no field or method Context)
|
pre-commit
Process completed with exit code 1.
|
github (govet, golint and gotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
github (govet, golint and gotest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pre-commit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|