/** * WGL023: Overly Broad Rules * * Flags jobs with a single rule that has only `when: always` and no * conditions (no `if:`, `changes:`, etc.). This effectively disables * all pipeline filtering for the job, which is usually unintended. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl023: PostSynthCheck; //# sourceMappingURL=wgl023.d.ts.map