1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/.rubocop.yml
Kyrylo Silin 5bf2a5b15a rubocop: temporarily ignore certain Naming/MethodName offences
The build is failing because of this.
2018-11-04 18:01:16 +08:00

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'