pub(crate) type LineSuppressMap = HashMap<usize, Vec<String>>;
Map from 1-based line number to the list of rule names suppressed on that line.
pub(crate) struct LineSuppressMap { /* private fields */ }