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
[#15] Fixed false positives on variables prefixed with underscore.
Variables like `$_static_value` are now completely skipped from naming
convention checks as they are commonly used for internal/special variables.