Description
Adds RuboCop AST helpers and NodePattern matching for Ruby code analysis. It is useful for custom cops, static analysis, refactoring tools, and lint rules that inspect Ruby syntax trees.
AST rules can change developer workflow and CI results. Test custom patterns on real code and avoid rules that produce noisy or misleading findings.