1//! The collection of lints to run. 2 3mod check; 4pub use check::LintCheck; 5mod error; 6pub use error::LintError;