Skip to main content

RuleId

Type Alias RuleId 

Source
pub type RuleId = &'static str;
Expand description

Stable rule identifier, namespaced by pack: "<pack>/<rule-id>".

Built-in rules use no namespace prefix (e.g. "min-edge-density"). Pack-contributed rules MUST be namespaced (e.g. "biology/required-taxa-rank").