SP-8946 Update test_interval_in_seconds type #48
ci.yml
on: pull_request
lint
21s
build-and-test
17s
Annotations
7 errors and 2 warnings
lint:
internal/provider/uri_resource.go#L232
Error return value of `r.backoffRetry` is not checked (errcheck)
|
lint:
internal/provider/website_resource.go#L318
Error return value of `r.BackoffRetry` is not checked (errcheck)
|
lint:
internal/provider/uri_resource.go#L104
do not compare errors directly "err == swoClient.ErrEntityIdNil", use "errors.Is(err, swoClient.ErrEntityIdNil)" instead (err113)
|
lint:
internal/provider/uri_resource.go#L255
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"updated entity properties don't match\")" (err113)
|
lint:
internal/provider/website_resource.go#L358
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"updated entity properties don't match\")" (err113)
|
lint:
internal/provider/website_resource.go#L400
do not compare errors directly "err == swoClient.ErrEntityIdNil", use "errors.Is(err, swoClient.ErrEntityIdNil)" instead (err113)
|
lint
issues found
|
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|