Skip to main content

Module config

Module config 

Source

Structs§

Config
GraphConfig
A configured graph: a file scope and the parser that interprets it. v0.8 ships the markdown and frontmatter parsers. fs is the implicit base graph (a provider, not a parser) and is not configured here.
RuleConfig
Per-rule configuration: a severity and a list of ignore globs matched against the finding’s subject path.

Enums§

RuleSeverity

Functions§

compile_globs
Compile a list of glob patterns into a GlobSet. Returns None if patterns is empty. Uses literal_separator so * matches a single path component and ** matches across directory boundaries.