Ever wondered how to add multiple possible fixes when writing a Lint rule? I was too! πŸ€”

Ever asked yourself how to test these fixes? Same! πŸ™Œ

Let's get some answers! I wrote about them here πŸ‘‡

πŸ“œ: https://zarah.dev/2024/07/24/lintfix-alternatives.html

Lint Revisit: Providing Alternatives πŸ”€

In my previous post, we updated our TODO Detector to be more flexible. It is also easily extensible so that if we want to include more parameters or perhaps ...

@zarah Very cool - thank you very much, this looks really useful!
@mreichelt Very cool indeed! Aww thanks for the kinds word, I hope it _is_ useful πŸ˜… The number of WTFs that has been uttered whilst figuring this out was through the roof 🀣
@zarah I'm a big fan of Lint, already wrote a few custom lint checks. I like about your article that it shows that you can do multiple fix suggestions, and it also goes into one of my favorite topics: testing!
Also the article has just the right amount of detail to be useful and interesting!