pub type FileIgnoreState = (Vec<String>, HashSet<String>, HashMap<String, Vec<String>>);Expand description
Per-file ignore state derived from the pack’s diagnostics_files_to_ignore setting.
Tuple shape: (ignored_fields, ignored_diagnostics, ignored_diagnostics_for_fields).
None means the whole file is skipped.