Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appunite/pronto-android_lint
- Owner: appunite
- License: mit
- Created: 2017-09-19T11:55:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T20:14:52.000Z (over 7 years ago)
- Last Synced: 2024-04-24T16:58:36.311Z (8 months ago)
- Topics: android-lint, continuous-integration, pronto-runner
- Language: Ruby
- Size: 15.6 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).