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
"unused = false" will only hide local unused variable warnings.
"global = false" will hide both unused global warnings, AND accessing undefined variable warnings.
I want to hide ONLY unused global warnings, but keep accessing undefined variable warnings. Is this possible?
The text was updated successfully, but these errors were encountered:
"unused = false" will only hide local unused variable warnings.
"global = false" will hide both unused global warnings, AND accessing undefined variable warnings.
I want to hide ONLY unused global warnings, but keep accessing undefined variable warnings. Is this possible?
The text was updated successfully, but these errors were encountered: