Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
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.go
File · 0.85
Calls
1
Lint
Function · 0.92
Tested by
no test coverage detected