Wanna hear more about Lint? I did a MASSIVE rewrite of my TODO Detector. 😱 Now 200% more flexible, it:
✅ does a separate assignee and date check,
✅ provide more specific error messages,
✅ can re-write TODOs if in the wrong order,
✅ includes tests for the auto-fixes

📜: https://zarah.dev/2024/07/22/todo-detector-v2.html

Lint Revisit: TODO Detector v2

A few years ago, I wrote about writing a Lint rule to validate the format of TODO comments. Whilst I find that Lint is still difficult to grok, I have since ...