Expand description
§yaml-lint-core
Core YAML linting engine providing the fundamental types and traits for building YAML linters.
Re-exports§
pub use config::Config;pub use linter::Linter;pub use problem::LintLevel;pub use problem::LintProblem;pub use rules::Rule;pub use rules::RuleRegistry;
Modules§
- config
- Configuration system for the linter
- linter
- Main linting orchestration
- output
- Output formatters for lint problems
- problem
- Lint problem types and levels
- rules
- Linting rules and rule registry
Enums§
- Lint
Error - Errors that can occur during linting
Type Aliases§
- Result
- Result type for lint operations