Skip to main content

Module rule

Module rule 

Source

Structs§

RuleContext
Context passed to a rule during evaluation.

Enums§

CrawlType
Controls which CST nodes a rule visits.
RuleGroup
Rule group / category.

Traits§

Rule
Trait that all lint rules must implement.

Functions§

apply_fixes
Apply source edits to produce a fixed source string.
lint
Run all rules against a parsed CST.