Re-exports§
pub use rule::apply_fixes;pub use rule::CrawlType;pub use rule::Rule;pub use rule::RuleContext;pub use rule::RuleGroup;
Modules§
Structs§
- Lint
Violation - A single lint violation found by a rule.
- Source
Edit - A source-level edit that can be applied to fix a violation.
Enums§
- Severity
- Severity of a lint violation.
Functions§
- default_
rules - Returns all default rules.