Enable Ruby linting
* Add Rubocop * Add guard-rubocop * Enable Ruby linting on Hound
Showing
.rubocop.yml
0 → 100644
... | ... | @@ -216,12 +216,14 @@ group :development do |
# Automatic test runs | ||
gem 'guard-cucumber', '1.5.3' | ||
gem 'guard-rspec', '4.5.0' | ||
gem 'guard-rubocop', '1.2.0' | ||
gem 'guard', '2.12.4', :require => false | ||
gem 'rb-fsevent', '0.9.4', :require => false | ||
gem 'rb-inotify', '0.9.5', :require => false | ||
# Linters | ||
gem 'jshint', '1.3.1' | ||
gem 'jshint', '1.3.1' | ||
gem 'rubocop', '0.29.1' | ||
# Preloading environment | ||
... | ... |
Please register or sign in to comment