Hi everyone, I'm trying to add a custom rule to de...
# ktlint
o
Hi everyone, I'm trying to add a custom rule to detect usage of a deprecated field member. I have code to detect the usage of the field however the name itself is quite generic and it flags other legitimate uses (the name is data). Is there a way to check that this actually refers to a deprecated field to further refine what gets flagged?
w
o
Thanks I'll give this a try instead!