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: 7 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T20:14:52.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T16:58:36.311Z (about 1 year 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
[](https://travis-ci.org/appunite/pronto-android_lint)
[](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).