Skip to main content

production_engine

Function production_engine 

Source
pub async fn production_engine() -> Result<LintEngine, String>
Expand description

Build the production lint engine with the full builtin component catalog.

This is the single source of truth for the engine construction sequence that camel lint uses at runtime. The corpus zero-false-positives gate and the production-catalog smoke test call this so their path is structurally identical to the CLI path — no copy-paste drift possible.