pub(crate) fn lint_database_if_present(
db: &Path,
root: &Path,
config_path: Option<&Path>,
purpose_level: PurposeLintLevel,
) -> Result<Option<DatabaseLintReport>, CliError>Expand description
Build typed lint facts for an existing SQLite index.