/** * WGL022: Missing Artifacts Expiry * * Warns about `artifacts:` without `expire_in:`, which causes disk bloat * on the GitLab instance. Default retention is "never expire" in some * GitLab configurations. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl022: PostSynthCheck; //# sourceMappingURL=wgl022.d.ts.map