CI Perf Lint

missing-dockerignore-for-build-context

Detects Docker image builds that use a wide build context without a visible .dockerignore file.

This rule looks for:

Why it matters:

What to do:

Allowlist-style files such as * plus a few ! exceptions are valid and should not be treated as missing coverage just because .git or .github are not listed explicitly.

This rule is focused on CI performance and cache stability, not only image hygiene.