[][src]Macro rslint_core::group

macro_rules! group {
    ($(#[$description:meta])* $groupname:ident, $($path:ident::$rule:ident),* $(,)?) => { ... };
}

Macro for easily making a rule group hashmap. This will call ::new() on each rule.