Disable `Metrics/BlockLength` for spec files and gemspec
This commit is contained in:
parent
a67e5297c2
commit
198e766bcd
|
@ -1 +1,6 @@
|
||||||
inherit_from: .rubocop_todo.yml
|
inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
|
Metrics/BlockLength:
|
||||||
|
Exclude:
|
||||||
|
- 'spec/**/*.rb'
|
||||||
|
- 'googleauth.gemspec'
|
||||||
|
|
Loading…
Reference in New Issue