MCPcopy Create free account
hub / github.com/catppuccin/cli / linter

Function linter

internal/cli/lint.go:42–50  ·  view source on GitHub ↗
(filePath string)

Source from the content-addressed store, hash-verified

40}
41
42func linter(filePath string) error {
43 fi, err := os.Open(filePath)
44 if err != nil {
45 return err
46 }
47 defer fi.Close()
48
49 return schema.Lint(fi)
50}

Callers 1

lint.goFile · 0.85

Calls 1

LintFunction · 0.92

Tested by

no test coverage detected