mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
rubocop: temporarily ignore certain Naming/MethodName offences
The build is failing because of this.
This commit is contained in:
parent
14b2a8d0fa
commit
5bf2a5b15a
1 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,10 @@ Style/NumericPredicate:
|
||||||
|
|
||||||
Layout/IndentHeredoc:
|
Layout/IndentHeredoc:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Naming/MethodName:
|
||||||
|
Exclude:
|
||||||
|
- 'spec/code_object_spec.rb'
|
||||||
|
- 'lib/pry/method.rb'
|
||||||
|
- 'lib/pry/wrapped_module.rb'
|
||||||
|
- 'lib/pry/code.rb'
|
||||||
|
|
Loading…
Reference in a new issue