android-lint
android-lint copied to clipboard
The missing documentation on how to write custom Android Lint rules.
http://googlesamples.github.io/android-custom-lint-rules/
This is still a WIP, please don't merge yet. ### Description Some minor spelling corrections and addition of links. Let me know if I should remove any of these changes.
Hi André I stumbled upon your repo in my search for a definitive guide on building lint rules for android. I just started going through it and I appreciate the...
Now I maintains a customized Lint project on Linux. I put the customized Lint jar file into ~/.android/lint/, but it cannot take effect unless I restart the computer. I think...
Hi, first of all thank you for this documentation, it helped me a lot and saved my time. I am trying to integrate my custom lint rules in my library...
Add information on "inline specification" of test data.