Sha256: 824d77e416533ab937eaadfb62ca7c1ce6966558a2cef977f1dc00f58f047d54

Contents?: true

Size: 921 Bytes

Versions: 2

Compression:

Stored size: 921 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>

<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

2 entries across 2 versions & 1 rubygems

Version Path
danger-checkstyle_format-0.1.1 README.md
danger-checkstyle_format-0.1.0 README.md