Sha256: 89008f4f5c131ca3a5fea6a5c02dd5b2c6a4202388c4d9fa24a586cbf11a9178

Contents?: true

Size: 740 Bytes

Versions: 2

Compression:

Stored size: 740 Bytes

Contents

[![Build Status](https://travis-ci.org/noboru-i/danger-checkstyle_format.svg?branch=master)](https://travis-ci.org/noboru-i/danger-checkstyle_format)

# danger-checkstyle_format

Danger plugin for checkstyle formatted xml file.

## Installation

    $ gem install danger-checkstyle_format

## Usage

<blockquote>Parse the XML file, and let the plugin do your reporting
  <pre>
checkstyle_format.base_path = Dir.pwd
checkstyle_format.report 'app/build/reports/checkstyle/checkstyle.xml'</pre>
</blockquote>

## 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

2 entries across 2 versions & 1 rubygems

Version Path
danger-checkstyle_format-0.0.4 README.md
danger-checkstyle_format-0.0.3 README.md