pub fn check_and_output_analysis<'files, W: Write + WriteColor, F: Files<'files, FileId = ()>>(
    mf: &Modusfile,
    verbose: bool,
    out: &mut W,
    config: &Config,
    file: &'files F
) -> bool
Expand description

Returns true if the results of the check were satisfactory; we don’t need to terminate.