Using RuboCop, RefactorCop scans open source Ruby projects, allowing you to discover code that may benefit from your contribution.
bundle install
# Create database.yml
cp config/database.yml.example config/database.yml
# Sets up database and imports Github's trending Ruby projects
rake db:setup
# Start server and sidekiq workers
foreman start
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
The initial version of this project was built during the Rails Rumble 2014 by aliekens, mcls, stelianfirez and zzip.
RefactorCop is released under the MIT License.