pub mod clippy;
pub mod cspell;
pub mod markdown;
pub mod rustfmt;
pub mod shellcheck;
pub mod toml;
pub mod yaml;
pub use clippy::*;
pub use cspell::*;
pub use markdown::*;
pub use rustfmt::*;
pub use shellcheck::*;
pub use toml::*;
pub use yaml::*;