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