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:
Includes:
Include:
- Rakefile
- Gemfile
- config.ru
- gem_rake_helper.rb
Excludes:
Exclude:
- script/**
- vendor/**
- bin/**