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
Match class + path in unused-skip reporting β fix combined class => [paths] skips being wrongly flagged as unused (#8073)
Mark skip used only when rule would change the file β a class/path skip counts as "used" only if the rule would actually touch that file, killing false "used" hits (#8076)