/** * WGL011: Unreachable job * * Detects jobs where all `rules:` entries evaluate to `when: never`, * making the job unreachable. This usually indicates a configuration error. * * Note: This is a simple static check — it only catches the obvious case * where every rule has `when: "never"` literally set. Complex conditions * with `if:` expressions are not evaluated. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl011: PostSynthCheck; //# sourceMappingURL=wgl011.d.ts.map