Refactorcop
RefactorCop helps Ruby developers discover interesting GitHub projects that need help, based on the RuboCop static code analyzer.
Install / Use
/learn @refactorcop/RefactorcopREADME
RefactorCop
Using RuboCop, RefactorCop scans open source Ruby projects, allowing you to discover code that may benefit from your contribution.
Getting started
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
Contributing
- 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
About
The initial version of this project was built during the Rails Rumble 2014 by aliekens, mcls, stelianfirez and zzip.
License
RefactorCop is released under the MIT License.
