GitHub - jawaid/sample-ruby-robocop

Skip to content

Navigation Menu

Sign in

Appearance settings

#Continuous Code Review

This is a sample project to show how to have shippable check your rails app's code style with every commit using rubocop.

This app includes the rubocop gem, a .rubocop.yml file, a custom rake task to rub rubocop, and of course a shippable.yml file to run this build on shippable!

The shippable.yml checks the rubocop and test results in seperate steps. This allows you to quickly see if your build failed due to style check fails, or test fails

Languages

  • Ruby 76.9%
  • HTML 18.1%
  • CSS 2.5%
  • JavaScript 2.5%