toolmark-monorepo / @toolmark/lint / lint
Function: lint()
lint(
o):Promise<Finding[]>
Defined in: packages/lint/src/run.ts:22
Runs every built-in rule, then every judge, over manifests and returns all findings. A judge that throws never fails the run: its error becomes one warn finding with rule judge-failed naming the judge and the error.
Parameters
o
Returns
Promise<Finding[]>