// src tui state lint
/// Title while the startup catch-up batch runs — projects re-linted once
/// startup finishes because their sources are newer than their last run.
pub const CATCH_UP_LINT_TOAST_TITLE: &str = "Catch-up lints";
/// Title for the running-lint toast during normal file-triggered runs.
pub const NORMAL_LINT_TOAST_TITLE: &str = "Lints";