MCPcopy Create free account
hub / github.com/vale-cli/vale / lintTxtToHTML

Method lintTxtToHTML

internal/lint/html.go:169–175  ·  view source on GitHub ↗
(f *core.File)

Source from the content-addressed store, hash-verified

167}
168
169func (l *Linter) lintTxtToHTML(f *core.File) error {
170 html, err := os.ReadFile(l.Manager.Config.Flags.Built)
171 if err != nil {
172 return core.NewE100(f.Path, err)
173 }
174 return l.lintHTMLTokens(f, html, 0)
175}

Callers 1

lintHTMLMethod · 0.95

Calls 2

lintHTMLTokensMethod · 0.95
NewE100Function · 0.92

Tested by

no test coverage detected