refactor: use protocol api #254
Annotations
10 errors and 1 warning
golangci-lint:
provider/data_source_instance.go#L117
unchecked-type-assertion: type cast result is unchecked in m.(api.Client) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L69
unchecked-type-assertion: type cast result is unchecked in m.(api.Client) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L71
unchecked-type-assertion: type cast result is unchecked in d.Get("resource_id").(string) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L79
unchecked-type-assertion: type cast result is unchecked in d.Get("title").(string) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L80
unchecked-type-assertion: type cast result is unchecked in d.Get("order").(int) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L146
unchecked-type-assertion: type cast result is unchecked in m.(api.Client) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L162
unchecked-type-assertion: type cast result is unchecked in m.(api.Client) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L200
unchecked-type-assertion: type cast result is unchecked in d.Get("title").(string) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L201
unchecked-type-assertion: type cast result is unchecked in d.Get("order").(int) - type assertion will panic if not matched (revive)
|
golangci-lint:
provider/resource_environment.go#L222
unchecked-type-assertion: type cast result is unchecked in m.(api.Client) - type assertion will panic if not matched (revive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading