Sha256: d15a0dc061ee58bea119a96456abd965de21d802a7500dd4baa8688476d783b2

Contents?: true

Size: 933 Bytes

Versions: 8

Compression:

Stored size: 933 Bytes

Contents

[![Build Status](https://travis-ci.com/jmatsu/danger-checkstyle_reports.svg?branch=master)](https://travis-ci.com/jmatsu/danger-checkstyle_reports) [![Gem Version](https://badge.fury.io/rb/danger-checkstyle_reports.svg)](https://badge.fury.io/rb/danger-checkstyle_reports)

# danger-checkstyle_reports

This is a plugin of [Danger](https://github.com/danger/danger) for Android projects.
This reports checkstyle results.

## Installation

`gem install danger-checkstyle_reports`

## Usage

`checkstyle_reports` namespace is available under Dangerfile.
    
### Report errors

```
# If you'd like inlining comments
checkstyle_reports.inline_comment = true
checkstyle_reports.report(/path/to/xml)
```

## Development

1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ktlint_reporter-1.0.1 README.md
ktlint_reporter-1.0.0 README.md
ktlint_reporter-0.1.2 README.md
ktlint_reporter-0.1.1 README.md
ktlint_reporter-0.1.0 README.md
danger-checkstyle_reports-0.1.0 README.md
danger-checkstyle_reports-0.0.1.pre.rc02 README.md
danger-checkstyle_reports-0.0.1.pre.rc01 README.md