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.
2 parents 6b4e67a + 927c36a commit 3c54631Copy full SHA for 3c54631
helper/testing.go
@@ -11,7 +11,7 @@ import (
11
12
// TestRunner returns a pseudo Runner for testing
13
func TestRunner(t *testing.T, files map[string]string) *Runner {
14
- runner := &Runner{Files: map[string]*hcl.File{}}
+ runner := &Runner{Files: map[string]*hcl.File{}, Issues: Issues{}}
15
parser := hclparse.NewParser()
16
17
for name, src := range files {
0 commit comments