vmware / terraform-provider-vmc

Terraform Provider for VMware Cloud on AWS
https://registry.terraform.io/providers/vmware/vmc/
Mozilla Public License 2.0
24 stars 27 forks source link

fix: staticcheck ST1005 #273

Closed tenthirtyam closed 1 month ago

tenthirtyam commented 1 month ago

In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.

Summary of Pull Request

Resolves "error strings should not be capitalized (ST1005)" from staticcheck.

โžœ staticcheck ./... | grep "error strings should not be capitalized"
vmc/resource_vmc_sddc.go:656:11: error strings should not be capitalized (ST1005)
vmc/sddcgroup/sddc_group_client.go:148:25: error strings should not be capitalized (ST1005)
vmc/sddcgroup/sddc_group_client.go:312:36: error strings should not be capitalized (ST1005)
vmc/sddcgroup/sddc_group_client.go:315:36: error strings should not be capitalized (ST1005)
vmc/task/task_v2_client.go:87:18: error strings should not be capitalized (ST1005)
terraform-provider-vmc on ๎‚  main [$!] via ๐Ÿน v1.23.2 
โžœ staticcheck ./... | grep "error strings should not be capitalized"

terraform-provider-vmc on ๎‚  main [$!] via ๐Ÿน v1.23.2 

Type of Pull Request

Related to Existing Issues

Issue Number: N/A

Test and Documentation Coverage

For bug fixes or features:

Breaking Changes?