Back to Intellij Community

EmptyNestedVariableInspection

plugins/env-files-support/src/main/resources/inspectionDescriptions/EmptyNestedVariableInspection.html

2025.3-rc-2385 B
Original Source

Highlights instances where a nested variable in a .env file is defined but left empty or blank, helping developers identify potentially problematic or incomplete configurations.

This inspection is particularly useful for ensuring the correctness and completeness of environment variable files. Detecting empty nested variables helps avoid runtime issues caused by misconfigurations.