Skip to main content

Module rule

Module rule 

Source
Expand description

This module defines the Rule trait and related types for implementing linting rules in rumdl.

Structs§

Fix
LintWarning

Enums§

CrossFileScope
Declares what cross-file data a rule needs
FixCapability
Capability of a rule to fix issues
LintError
RuleCategory
Type of rule for selective processing
Severity

Traits§

Rule
Remove marker /// TRAIT_MARKER_V1
RuleExt
Extension trait to add downcasting capabilities to Rule

Type Aliases§

LintResult