Fix rubocop.yml

Esse commit está contido em:
Guilhem Lettron
2014-07-30 13:00:38 +02:00
commit 80a2a78c1d
+6 -6
Ver Arquivo
@@ -1,12 +1,12 @@
AllCops:
Include:
- Berksfile
- Gemfile
- Rakefile
- Thorfile
- Guardfile
- '**/Berksfile'
- '**/Gemfile'
- '**/Rakefile'
- '**/Thorfile'
- '**/Guardfile'
Exclude:
- vendor/**
- 'vendor/**/*'
ClassLength:
Enabled: false