| 🔗 Blog | https://zarah.dev/ |
| 🔗 Blog | https://zarah.dev/ |
Thank you @androidweekly for including my post in this week's issue! 🤗
Proof of life: I have a new blog post! 📙 It's about making Lint rules run on test sources. 🖇️ Truly a riveting topic.
Read it here - https://zarah.dev/2025/12/02/lint-tests.html
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 👇
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
I just published a post on how to make it easier to access extracted values using Kotlin's `MatchNamedGroupCollection` 👩🔧 Trigger warning: Contains RegEx.