Skip to main content

run

Function run 

Source
pub fn run(
    paths: &[PathBuf],
    select: Vec<RuleSelector>,
    ignore: Vec<RuleSelector>,
    fix: bool,
) -> Result<bool>