1 2 3 4 5 6
pub use cmd::{lint, set_status, SetStatusError};
pub use lib::{Error, Lint, LintError, Lints, Problem};
mod checks;
mod cmd;
mod lib;
1 2 3 4 5 6
pub use cmd::{lint, set_status, SetStatusError};
pub use lib::{Error, Lint, LintError, Lints, Problem};
mod checks;
mod cmd;
mod lib;