Danger::Suggester
A Danger plug-in to suggest code changes through inline comments in pull requests.
Requirements
- Ruby 2.2 or higher
Installation
Add this line to your application's Gemfile:
gem 'danger-suggester'
And then execute:
bundle
Or install it yourself as:
gem install danger-suggester
Usage
Add this line to your application's Dangerfile:
suggester.suggest
And then execute danger
after correcting code by some linter tools (e.g. rubocop --auto-correct
).
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/r7kamura/danger-suggester.
License
The gem is available as open source under the terms of the MIT License.