staabm / phpstan-todo-by

Todo comments with expiration
https://staabm.github.io/2023/12/17/phpstan-todo-by-published.html
MIT License
172 stars 4 forks source link

TodoByVersionRule should not match date comments #59

Closed staabm closed 8 months ago

staabm commented 8 months ago

the pattern in TodoByVersionRule is not optimal, which means the rule will trigger on the following example

<?php
//  TODO: 2022-12-08 Foo

only the TodoByDateRule should be triggered in this case.

github-actions[bot] commented 7 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.