How to Test Custom Lint Checks
Tests help make sure the check behaves correctly in every possible case, but can also help with debugging.
Author
Tests help make sure the check behaves correctly in every possible case, but can also help with debugging.
Classic developer oversights: using an API added in the newer version, actions requiring specific permissions, missing translations, etc.