/** * WGL025: Missing Cache Key * * Warns about `cache:` without `key:`. Without an explicit key, GitLab * uses `default` as the key, which causes cache collisions between * unrelated jobs sharing the same runner. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl025: PostSynthCheck; //# sourceMappingURL=wgl025.d.ts.map