Skip to main content

Crate lineguard

Crate lineguard 

Source

Re-exports§

pub use checker::CheckResult;
pub use checker::FileChecker;
pub use checker::Issue;
pub use checker::IssueType;
pub use checker::StdFileReader;
pub use checker::check_file;
pub use checker::check_newline_ending;
pub use checker::check_trailing_spaces;
pub use reporter::Color;
pub use reporter::ColoredOutput;
pub use reporter::GitHubReporter;
pub use reporter::HumanReporter;
pub use reporter::JsonReporter;
pub use reporter::Output;
pub use reporter::Reporter;
pub use reporter::ReporterWithOutput;
pub use reporter::StdOutput;
pub use cli::*;
pub use config::*;
pub use discovery::*;

Modules§

checker
cli
config
discovery
fixer
git
reporter