Skip to main content

validate_actionable

Function validate_actionable 

Source
pub fn validate_actionable(file: &Path, content: &str) -> Vec<Issue>
Expand description

Check that rules have imperative verbs indicating actionable directives.

Returns an issue for each non-empty, non-heading, non-comment line that lacks a recognised imperative verb.