Skip to content

jawaid/sample-ruby-robocop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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