Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/cli / / runToolsLint

Function: runToolsLint()

ts
function runToolsLint(options?): Promise<ToolsLintReport>;

Defined in: packages/cli/src/commands/tools-lint.ts:161

Run the discovery + grader pipeline. Returns the structured report the CLI emits to stdout.

Parameters

ParameterType
optionsToolsLintOptions

Returns

Promise&lt;ToolsLintReport&gt;

Stable