Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 853 Bytes

android-pretty-lint

Simple tool to pretty print Android lint result.

Build Status License: MIT

android-pretty-lint is a simple Java program that parses an output from Android lint and prints errors in console. This is written in Java so no additional environment setup is needed.

Setup with Travis CI

  1. Copy pretty_android_lint.sh to your project
  2. Make it executable by chmod +x pretty_android_lint.sh
  3. Modify your .travis.yml
after_failure:
  - ./pretty_android_lint 

You'll now see lint error summary in travis log TravisOutput