Functions§
- run_
custom_ rules - Run all custom rules defined in the config against the enriched graph.
Custom rules are rules with a
commandfield in[rules]. Each custom rule receives{ graph, options }as JSON on stdin — the enriched graph (nodes, edges, analyses) plus the rule’s options — and emits diagnostics as newline-delimited JSON on stdout. - run_one