core.enforce_variable_description¶
Enforces that all declared variables have a non-empty description
Why¶
Even though the intent of variables may seem trivial at first, the variable name itself usually does not carry enough information to ensure it stays that way. A good description can save much debugging time.
Triggers¶
- Any variables with no description or an empty description
Example¶
Bad¶
Good¶
Configuration¶
There is currently no configuration flags for that rule, besides the option to enable or disable the rule