Functions§
- suggest_
similar_ key - Suggest a similar key from a list of valid keys using fuzzy matching
- validate_
cli_ rule_ names - Validates rule names from CLI flags against the known rule set. Returns warnings for unknown rules with “did you mean” suggestions.
- validate_
config_ sourced - Validate a loaded config against the rule registry, using SourcedConfig for unknown key tracking.
- validate_
config_ sourced_ validated - Validate a config that has already been validated (no-op, returns stored warnings).