Skip to content

Parse output of lint tool and pretty print it - can be useful with traviscl etc

License

Notifications You must be signed in to change notification settings

daisy1754/pretty-android-lint

Repository files navigation

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

About

Parse output of lint tool and pretty print it - can be useful with traviscl etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published