Structs§
- Config
- Interface
Config - Parser
Config - Configuration for a single parser under
[parsers]. Supports shorthand (markdown = true) and expanded table form ([parsers.markdown]with fields). Parser-specific options go under[parsers.<name>.options]and are passed through to the parser. - Rule
Config - Configuration for a single rule under
[rules]. Supports shorthand (cycle = "warn") and table form ([rules.orphan]).