rubocop: temporarily ignore certain Naming/MethodName offences

The build is failing because of this.
This commit is contained in:
Kyrylo Silin 2018-11-04 18:01:16 +08:00
parent 14b2a8d0fa
commit 5bf2a5b15a
1 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,10 @@ Style/NumericPredicate:
Layout/IndentHeredoc:
Enabled: false
Naming/MethodName:
Exclude:
- 'spec/code_object_spec.rb'
- 'lib/pry/method.rb'
- 'lib/pry/wrapped_module.rb'
- 'lib/pry/code.rb'