featurevisor / featurevisor

Feature flags, experiments, and remote config management with GitOps

Home Page:https://featurevisor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linting: show a soft warning if variables are overridden with default value

fahad19 opened this issue · comments

Currently

Variables always fall back to their default value, and do not need overriding if that's the value you desire for e.g. at rule level.

Proposal

Throw a soft warning (without exiting with an error code) when running $ featurevisor lint if variables are overridden with their same default value, because it is redundant.

Where?

https://github.com/featurevisor/featurevisor/tree/main/packages/core/src/linter