Bugfixes 🐛
- 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)
- Improve unused-skip resolver methods — cleaner resolution internals (#8072)
- Track used skips as
class => [paths]map — richer per-path skip tracking backing the report (#8074)