Module: Yard::Lint::Executor

Defined in:
lib/yard/lint/executor/in_process_registry.rb,
lib/yard/lint/executor/query_executor.rb,
lib/yard/lint/executor/result_collector.rb,
lib/yard/lint/executor/warning_dispatcher.rb

Overview

In-process execution components for YARD validation. Provides registry management, query execution, and result collection for running validators within the same Ruby process.

Defined Under Namespace

Classes: InProcessRegistry, QueryExecutor, ResultCollector, WarningDispatcher