Merge pull request #1256 from fabianrbz/fix_rubocop_config

Fix rubocop config.
This commit is contained in:
Thomas Reynolds 2014-04-14 10:15:13 -07:00
commit 419a81fffb

View file

@ -1,10 +1,10 @@
AllCops: AllCops:
Includes: Include:
- Rakefile - Rakefile
- Gemfile - Gemfile
- config.ru - config.ru
- gem_rake_helper.rb - gem_rake_helper.rb
Excludes: Exclude:
- script/** - script/**
- vendor/** - vendor/**
- bin/** - bin/**