Crate nu_lint

Crate nu_lint 

Source

Re-exports§

pub use config::Config;
pub use config::LintLevel;
pub use output::JsonFix;
pub use output::JsonOutput;
pub use output::JsonReplacement;
pub use output::JsonViolation;
pub use output::Summary;
pub use output::VsCodeCodeAction;
pub use output::VsCodeDiagnostic;
pub use output::VsCodeJsonOutput;
pub use output::VsCodeLocation;
pub use output::VsCodePosition;
pub use output::VsCodeRange;
pub use output::VsCodeRelatedInformation;
pub use output::VsCodeTextEdit;
pub use output::format_json;
pub use output::format_text;
pub use output::format_vscode_json;

Modules§

cli
config
fix
log
output

Structs§

LintEngine
Violation
A lint violation with its diagnostic information

Enums§

LintError