danger-checkstyle_format
Danger plugin for checkstyle formatted xml file.
Installation
$ gem install danger-checkstyle_format
Usage
Parse the XML file, and let the plugin do your reportingcheckstyle_format.base_path = Dir.pwd checkstyle_format.report 'app/build/reports/checkstyle/checkstyle.xml'
Parse the XML text, and let the plugin do your reportingcheckstyle_format.base_path = Dir.pwd checkstyle_format.report_by_text '
Development
- Clone this repo
- Run bundle installto setup dependencies.
- Run bundle exec rake specto run the tests.
- Use bundle exec guardto automatically have tests run as you make changes.
- Make your changes.