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 0b79965 commit f72bb25Copy full SHA for f72bb25
cmd/readmevalidation/codermodules.go
@@ -45,7 +45,7 @@ func validateCoderModuleReadmeBody(body string) []error {
45
terraformCodeBlockCount++
46
}
47
if strings.HasPrefix(nextLine, "```hcl") {
48
- errs = append(errs, xerrors.New("all .hcl language references must be converted to .tf"))
+ errs = append(errs, xerrors.New("all hcl code blocks must be converted to tf"))
49
50
continue
51
0 commit comments