Skip to content

Released Rector 2.5.2

Latest

Choose a tag to compare

@TomasVotruba TomasVotruba released this 22 Jun 11:40

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)