luplo.core.checks.registry¶
The registered rule set.
Adding a new rule is three lines: import the module, pull its RULE,
add an entry to RULES. The runner discovers rules only through
this dict — there is no scanning, no plugin runtime.
Attributes¶
Module Contents¶
- luplo.core.checks.registry.RULES: dict[str, luplo.core.checks.types.Rule]¶