This repository objective is to play with custom linting for our Android project. Why, should we do that ? It can be a great way to share common guideline inside a team.
To give you an example of useful rule. You can find in this project a way to detect memory leaks while using ViewBinding inside Fragment. If you don't know what I'm talking about, I will let you with this article.
To be able to see your rules in action, you need to pass the lint on your project. For example, here I run the following command :
./gradlew :app:lintDebug