You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--warn-undefined-variables is really useful, but some modules are relying on undefined variables being empty, and they generate the checks in thousands. Not always they can be rewritten.
In this cases, it would be beneficial to have a pragma-like comment to suppress the warning for some of lines. grep-ing them out would only help if the code testing the variable is not in $(eval).
The text was updated successfully, but these errors were encountered:
--warn-undefined-variables
is really useful, but some modules are relying on undefined variables being empty, and they generate the checks in thousands. Not always they can be rewritten.In this cases, it would be beneficial to have a pragma-like comment to suppress the warning for some of lines.
grep
-ing them out would only help if the code testing the variable is not in$(eval)
.The text was updated successfully, but these errors were encountered: