-
Notifications
You must be signed in to change notification settings - Fork 467
fix: revive var-naming #2415
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
fix: revive var-naming #2415
Conversation
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Show resolved
Hide resolved
02e53e6
to
a3969e0
Compare
Will await a re-review from @spacegospod before merging since this was a big update to correct variable names to the idiomatic format and helping to avoid variable vs argument/attribute references. |
This one will need a rebase to proceed. Will address this tomorrow. |
fdbf67e
to
25499dc
Compare
25499dc
to
eba698b
Compare
@spacegospod @iBrandyJackson - this one is ready after addressing the prior comments. |
2d0d0cd
to
3ebb159
Compare
eba698b
to
ed63aac
Compare
ed63aac
to
000822f
Compare
000822f
to
1ab0ccc
Compare
Rename variables based on idiomatic principles, per `revive` and `golangci-lint`. Signed-off-by: Ryan Johnson <[email protected]>
1ab0ccc
to
b43c249
Compare
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! |
Description
Rename variables based on idiomatic principles, per
revive
andgolangci-lint
.~/Downloads/terraform-provider-vsphere git:[fix/revive-var-naming] golangci-lint run 0 issues.