/** * WGL042: Unreachable rules After an Unconditional Match * * GitLab evaluates `rules:` top-down and the first match wins. A rule with no * `if:` (and not `when: never`) matches every pipeline, so any rule listed after * it is dead — it can never be reached. Such dead rules usually mean the gate * the author intended is not actually applied. Reorder so specific rules precede * the catch-all. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl042: PostSynthCheck; //# sourceMappingURL=wgl042.d.ts.map