MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / lint

Function lint

scripts/lint-pagination-invariant.cjs:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196function lint() {
197 return [...lintSchemas(), ...lintStoryboards()];
198}
199
200function main() {
201 const violations = lint();

Callers 1

mainFunction · 0.70

Calls 2

lintSchemasFunction · 0.85
lintStoryboardsFunction · 0.85

Tested by

no test coverage detected