CI Perf Lint

dockerfile-uv-sync-without-frozen-lockfile

Detects Python Dockerfiles that run project-level uv sync without frozen or locked lockfile behavior while uv.lock is available in the Docker build context.

This rule looks for:

Why it matters:

What to do:

This rule intentionally avoids flagging dependency-only partial installs because those are commonly used to improve Docker layer caching.