Skip to content

Commit 3631cfa

Browse files
committed
Fix linting I think
1 parent da40c79 commit 3631cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type State struct {
120120

121121
// ConvertState consumes Terraform state and a GraphViz representation
122122
// produced by `terraform graph` to produce resources consumable by Coder.
123-
// nolint:gocognit -- This function makes more sense being large for now, until refactored.
123+
// nolint:gocognit // This function makes more sense being large for now, until refactored.
124124
func ConvertState(modules []*tfjson.StateModule, rawGraph string) (*State, error) {
125125
parsedGraph, err := gographviz.ParseString(rawGraph)
126126
if err != nil {

0 commit comments

Comments
 (0)