Skip to main content

Module validator

Module validator 

Source
Expand description

Pattern validation.

After a Pattern is inferred, it should be validated before being applied to a codebase. This module checks for common issues such as empty templates, unused variables, and low confidence scores.

Structsยง

PatternValidator
Validates that a Pattern is well-formed and likely to produce correct transformations.
ValidationResult
Result of validating a Pattern.