Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appunite/pronto-android_lint

Pronto runner for android lint
https://github.com/appunite/pronto-android_lint

android-lint continuous-integration pronto-runner

Last synced: 20 days ago
JSON representation

Pronto runner for android lint

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/appunite/pronto-android_lint.svg?branch=master)](https://travis-ci.org/appunite/pronto-android_lint)
[![Gem Version](https://badge.fury.io/rb/pronto-android_lint.svg)](https://badge.fury.io/rb/pronto-android_lint)

# Pronto::AndroidLint

Pronto runner for android lint

## Installation

```
$ gem install pronto-android_lint
```

## Environment variables

* **PRONTO_ANDROID_LINT_RESULT_PATHS**

Path to lint result files

Multiple paths should be separated by comma

`PRONTO_ANDROID_LINT_RESULT_PATHS=app/build/reports/lint-results.xml,app/build/reports/lint-results-release-fatal.xml`

## Usage

```
pronto run
```

For more details see [Pronto](https://github.com/prontolabs/pronto) readme

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).