hi,
has anyone setup a lint check for hardcoded strings?
the default check only targets Text() composables which is not suitable for me.
tried to create a custom lint rule to catch any hardcoded strings used in my custom composables without luck.
was wondering if that isn't a generic problem that has been solved already