CI Perf Lint

dockerfile-uses-npm-install-with-lockfile

Detects Node Dockerfiles that run project-level npm install-style commands while package-lock.json is available in the Docker build context.

This rule looks for:

Why it matters:

What to do:

This rule is focused on deterministic Docker dependency installs, not local developer install behavior.