Expand description
Shared rule configuration types for all normalize rule engines.
Both syntax rules and fact rules use RulesConfig as their configuration type,
loaded from [rules] in .normalize/config.toml.
Structs§
- Config
Diff - Surgical-invalidation diff between two rule configurations.
- Path
Filter - Pre-walk path filter for
--only/--excludeglob patterns. - Rule
Override - Common per-rule configuration fields shared across all rule engines.
- Rules
Config - Rules configuration covering all engines (syntax, fact, native, sarif).
- Sarif
Tool - An external tool that emits SARIF 2.1.0 output (used with
--engine sarif). - Walk
Config - Configuration for directory walking behavior.
Enums§
- Severity
- Severity level for rule findings.