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
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
.Type of Pull Request
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
For bug fixes or features:
Breaking Changes?