Description
Environment variable files can be linted with the Git version of a Rust .env checker. It is useful when a project needs newer rules or fixes before a stable release.
Linting helps catch mistakes, but .env files can still contain secrets. Keep real credentials out of Git and review CI logs for accidental exposure.