OCM-7594 | test: Fix proxy realated function #134
Annotations
5 errors
golangci-lint:
pkg/test/vpc_client/proxy.go#L59
Error return value of `vpc.AWSClient.TagResource` is not checked (errcheck)
|
golangci-lint:
pkg/test/vpc_client/proxy.go#L75
Error return value of `vpc.AWSClient.TagResource` is not checked (errcheck)
|
golangci-lint:
pkg/file/file.go#L37
S1008: should use 'return os.IsExist(err)' instead of 'if os.IsExist(err) { return true }; return false' (gosimple)
|
golangci-lint:
pkg/file/file.go#L5
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)
|
golangci-lint
issues found
|
Loading