Danger plugin for checkstyle formatted xml file.
$ gem install danger-checkstyle_formatter
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 '
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.