use RuboCop

This commit is contained in:
Hauke Klement
2015-02-16 11:22:26 +01:00
parent 5f6dbdd858
commit 1068b18f41
3 changed files with 32 additions and 0 deletions

View File

@ -41,6 +41,8 @@ group :development do
gem 'capistrano-rails', '~> 1.1'
gem 'capistrano-rvm'
gem 'capistrano-upload-config'
gem 'rubocop', require: false
gem 'rubocop-rspec'
gem 'spring'
end