Crate nu_lint

Crate nu_lint 

Source

Re-exports§

pub use config::Config;
pub use context::LintContext;
pub use engine::LintEngine;
pub use lint::Fix;
pub use lint::Replacement;
pub use lint::RuleViolation;
pub use lint::Severity;
pub use lint::Violation;
pub use output::JsonFormatter;
pub use output::JsonOutput;
pub use output::OutputFormat;
pub use output::OutputFormatter;
pub use output::TextFormatter;
pub use rule::Rule;
pub use rule::RuleCategory;

Modules§

cli
config
context
engine
external_command
lint
output
rule
rules

Enums§

LintError