File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,25 @@ linters:
32
32
- legacy
33
33
- std-error-handling
34
34
rules :
35
+ # TODO: Setting temporary exclusions.
35
36
- linters :
36
37
- errcheck
37
38
text : Error return value of `d.Set` is not checked
38
39
- linters :
39
40
- revive
40
- text : ' redefines-builtin-id: redefinition of the built-in'
41
+ text : redefines-builtin-id
42
+ - linters :
43
+ - revive
44
+ text : unused-parameter
45
+ - linters :
46
+ - revive
47
+ text : indent-error-flow
48
+ - linters :
49
+ - gosec
50
+ text : G402
51
+ - linters :
52
+ - goimports
53
+ text : formatted
41
54
paths :
42
55
- third_party$
43
56
- builtin$
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Learn more:
26
26
27
27
For general information about Terraform, visit [ HashiCorp Developer] [ terraform-install ] and [ the project] [ terraform-github ] on GitHub.
28
28
29
- * [ Go 1.22.7 ] [ golang-install ]
29
+ * [ Go 1.23.8 ] [ golang-install ]
30
30
31
31
Required, if [ building] [ provider-build ] the provider.
32
32
Original file line number Diff line number Diff line change 1
1
module github.com/vmware/terraform-provider-hcx
2
2
3
- go 1.22.7
4
- toolchain go1.24.1
3
+ go 1.23.8
5
4
6
5
require (
7
6
github.com/hashicorp/go-cty v1.5.0
You can’t perform that action at this time.
0 commit comments