Disable `Metrics/BlockLength` for spec files and gemspec

This commit is contained in:
Kazuhiro Serizawa 2017-02-25 23:05:21 +09:00
parent a67e5297c2
commit 198e766bcd
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
inherit_from: .rubocop_todo.yml
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
- 'googleauth.gemspec'