mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
5bf2a5b15a
The build is failing because of this.
14 lines
262 B
YAML
14 lines
262 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
Style/NumericPredicate:
|
|
Enabled: false
|
|
|
|
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'
|