fn lint_workspace(
workspace_dir: &Path,
crate_dirs: &[&PathBuf],
non_crate_files: &[&PathBuf],
all_files: &[&PathBuf],
ctx: &FmtCtx,
) -> Result<bool>Expand description
Run a fresh set of lints over a single workspace and its member crates..