Replies: 2 comments
-
I'd say it's out of scope, and you don't need anything Psalm provides for this. It probably easier done as a PHPCS rule. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK thanks for your reply! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it a an idea to be able to use Psalm to add a deadline to
// TODO
comments?Imagine you as a developer write down a
// TODO fix this before 01/01/2024
comment. All to often these get forgotten about.Psalm could know about
// TODO
items that have a deadline, and report an error if the TODO is still present once that deadline has passed.Beta Was this translation helpful? Give feedback.
All reactions