android-pretty-lint

General

Category
Free
Tag
Static Analysis Tools
License
MIT License
Registered
Oct 1, 2017
Favorites
0
Link
https://github.com/daisy1754/pretty-android-lint
See also
Hopper
lewis
PMD
Intervention
ApkAnalyser

Additional

Language
Java
Version
N/A
Created
Sep 12, 2017
Updated
Oct 1, 2017 (Retired)
Owner
Kazuki (daisy1754)
Contributor
Kazuki (daisy1754)
1
Activity
Badge
Generate
Download
Source code

android-pretty-lint

Simple tool to pretty print Android lint result.

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