Tagged in

Android

Baracoda Engineering
Baracoda Engineering
The Baracoda group Engineering blog. We’re hiring! Find out more about Baracoda and our open positions at https://baracoda.com/
More information
Followers
39
Elsewhere
More, on Medium

Writing custom lint rules to maintain naming conventions

Android Lint offers us over 400 different lint issues to keep our code maintainable and bugless. But what if that’s not enough for you? Maybe you want to introduce a custom rule for checking if your method always has a return type…