pub fn handle_lint_results_exclude_external_crate_checks(
    results: LintResults<'_>
) -> Result<()>
Expand description

Define custom handler so we can skip certain lints on certain files. This is a temporary till we upstream this logic