Skip to content

Warn when .env keys exist but values are empty #14

@vidya381

Description

@vidya381

The current env check only verifies that keys from .env.example are present in .env. It should also warn if a key is present but has no value set.

Return StatusWarn for empty values instead of StatusFail — the key is there but might cause issues at runtime.

Update internal/check/env.go.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions