Skip to main content

Crate perl_heredoc_anti_patterns

Crate perl_heredoc_anti_patterns 

Source
Expand description

Anti-pattern detection for heredoc edge cases

This crate provides detection and analysis of problematic Perl patterns that make static parsing difficult or impossible, particularly around heredocs.

The AntiPatternDetector scans Perl source for seven categories of heredoc-related anti-patterns and produces Diagnostics describing each finding, with severity, explanation, suggested fix, and documentation references.

Structs§

AntiPatternDetector
Diagnostic
Location

Enums§

AntiPattern
Severity