File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ linters-settings:
28
28
lines : 100
29
29
statements : 50
30
30
31
+ run :
32
+ timeout : 5m
33
+
31
34
linters :
32
35
# please, do not use `enable-all`: it's deprecated and will be removed soon.
33
36
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
@@ -51,4 +54,4 @@ linters:
51
54
- typecheck
52
55
- unconvert
53
56
- unparam
54
- - unused
57
+ - unused
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ func init() {
167
167
{FriendlyName : "State" , FieldName : "State" },
168
168
{FriendlyName : "CidrBlock" , FieldName : "CidrBlock" },
169
169
{FriendlyName : "AvailabilityZone" , FieldName : "AvailabilityZone" },
170
+ {FriendlyName : "AvailabilityZoneId" , FieldName : "AvailabilityZoneId" },
170
171
}}
171
172
})
172
173
spreadsheet .RegisterSheet (helpers .SheetSecurityGroups , func () * spreadsheet.Sheet {
You can’t perform that action at this time.
0 commit comments