Sha256: a6e8922ba1c4c219be251a31c7900464e086113ee0f0e7227eb44914d677a0c8

Contents?: true

Size: 927 Bytes

Versions: 3

Compression:

Stored size: 927 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_formatter

Danger plugin for checkstyle formatted xml file.

## Installation

    $ gem install danger-checkstyle_formatter

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

<blockquote>Parse the XML text, and let the plugin do your reporting
  <pre>
checkstyle_format.base_path = Dir.pwd
checkstyle_format.report_by_text '<?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

3 entries across 3 versions & 1 rubygems

Version Path
danger-checkstyle_formatter-0.0.3 README.md
danger-checkstyle_formatter-0.0.2 README.md
danger-checkstyle_formatter-0.0.1 README.md