Closed adrianq closed 7 years ago
Instead of using precommit hook, I tried to perform this validation using travis. I did some work in this branch. The current issue is that travis is not failing even if lint doesn't passed. lint returns 0 even on fail.
To double check: https://stackoverflow.com/questions/42707901/android-set-all-lint-warnings-as-errors-except-for-certain-ones
Instead of using precommit hook, I tried to perform this validation using travis. I did some work in this branch. The current issue is that travis is not failing even if lint doesn't passed. lint returns 0 even on fail.