torrust-linting 0.1.0

Linting utilities for Torrust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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::*;