We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da40c79 commit 3631cfaCopy full SHA for 3631cfa
provisioner/terraform/resources.go
@@ -120,7 +120,7 @@ type State struct {
120
121
// ConvertState consumes Terraform state and a GraphViz representation
122
// produced by `terraform graph` to produce resources consumable by Coder.
123
-// nolint:gocognit -- This function makes more sense being large for now, until refactored.
+// nolint:gocognit // This function makes more sense being large for now, until refactored.
124
func ConvertState(modules []*tfjson.StateModule, rawGraph string) (*State, error) {
125
parsedGraph, err := gographviz.ParseString(rawGraph)
126
if err != nil {
0 commit comments