digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Mozilla Public License 2.0
509 stars 278 forks source link

Enabled Linting errcheck and fixed linting issues #1236

Closed TheMarvelFan closed 1 month ago

TheMarvelFan commented 1 month ago

Fixes issue #1227

The following files were modified. They all had the same issue of not checking errors before assigning values:

digitalocean/acceptance/droplets.go digitalocean/droplet/import_droplet_test.go digitalocean/droplet/resource_droplet.go digitalocean/registry/resource_container_registry_test.go

I am also attaching the following image showing that there are no existing linting issues now:

image