Closed stronk7 closed 10 months ago
Commented recently in a chat, it would be interesting to start emitting a warning when any "todo" comment:
// TODO: blah, blah, blah...
@todo blah, blah, blah...
is missing any MDL issue associated.
Surely we could apply for the same in @deprecated phpdoc tags too.
Note that all them are part of the coding style:
Ciao :-)
We were thinking of creating something like this for Workplace, but we will require the WP- prefix , not MDL-. I think a lot of plugin developers may need to customise this rule to have their own regex
Commented recently in a chat, it would be interesting to start emitting a warning when any "todo" comment:
// TODO: blah, blah, blah...
@todo blah, blah, blah...
is missing any MDL issue associated.
Surely we could apply for the same in @deprecated phpdoc tags too.
Note that all them are part of the coding style:
Ciao :-)