Skip to content

fix: file format #2420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged

fix: file format #2420

merged 1 commit into from
Apr 29, 2025

Conversation

tenthirtyam
Copy link
Contributor

Description

Fix file format.

Before:

~/Downloads/terraform-provider-vsphere git:[fix/file-format]
golangci-lint run
vsphere/resource_vsphere_compute_cluster.go:1240:1: File is not properly formatted (gofmt)
        for k, _ := range old {
^
main.go:7:1: File is not properly formatted (goimports)
        "flag"
^
vsphere/internal/vmworkflow/virtual_machine_clone_subresource.go:8:1: File is not properly formatted (goimports)
        "github.com/hashicorp/terraform-provider-vsphere/vsphere/internal/helper/guestoscustomizations"
^
vsphere/resource_vsphere_guest_os_customization.go:7:1: File is not properly formatted (goimports)
        "context"
^
vsphere/resource_vsphere_offline_software_depot.go:8:1: File is not properly formatted (goimports)
        "errors"
^
vsphere/resource_vsphere_virtual_machine_class.go:7:1: File is not properly formatted (goimports)
        "context"
^
6 issues:
* gofmt: 1
* goimports: 5

After:

~/Downloads/terraform-provider-vsphere git:[fix/file-format]
golangci-lint run
0 issues.

@tenthirtyam tenthirtyam added technical-debt Technical Debt refactor Refactor labels Apr 26, 2025
@tenthirtyam tenthirtyam requested a review from spacegospod April 26, 2025 04:56
@tenthirtyam tenthirtyam self-assigned this Apr 26, 2025
@tenthirtyam tenthirtyam requested a review from a team as a code owner April 26, 2025 04:56
@tenthirtyam tenthirtyam added this to the v2.13.0 milestone Apr 26, 2025
@tenthirtyam tenthirtyam added the needs-review Needs Review label Apr 26, 2025
Fix file format.

Signed-off-by: Ryan Johnson <[email protected]>
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Apr 29, 2025
@tenthirtyam tenthirtyam merged commit 469883d into main Apr 29, 2025
8 checks passed
@tenthirtyam tenthirtyam deleted the fix/file-format branch April 29, 2025 18:26
Copy link

This functionality has been released in v2.13.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor technical-debt Technical Debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants