Module x_lint::prelude[][src]

Re-exports

pub use super::content::ContentContext;
pub use super::content::ContentLinter;
pub use super::file_path::FilePathContext;
pub use super::file_path::FilePathLinter;
pub use super::package::PackageContext;
pub use super::package::PackageLinter;
pub use super::project::ProjectContext;
pub use super::project::ProjectLinter;
pub use super::runner::LintEngine;
pub use super::runner::LintEngineConfig;
pub use super::runner::LintResults;
pub use super::LintFormatter;
pub use super::LintKind;
pub use super::LintLevel;
pub use super::LintMessage;
pub use super::LintSource;
pub use super::Linter;
pub use super::RunStatus;
pub use super::SkipReason;

Enums

SystemError

A system error that happened while running a lint.

Type Definitions

Result

Type alias for the return type for run methods.