Skip to content

Commit a55b442

Browse files
committed
Attributes are slice
1 parent 01f8364 commit a55b442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tflint/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type AttributesRequest struct {
3030

3131
// AttributesResponse is the interface used to communicate via RPC.
3232
type AttributesResponse struct {
33-
Attributes hcl.Attributes
33+
Attributes []*hcl.Attribute
3434
Err error
3535
}
3636

0 commit comments

Comments
 (0)