TextRef
TextRef copied to clipboard
Add lint to match placeholders
TextRef.stringRes(R.string.xzy) is valid.
But what happen if R.string.xzy has placeholders?
It will crash 💥 .
Maybe we can add a lint rule which checks these.