mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
12 lines
216 B
YAML
12 lines
216 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
DisplayCopNames: true
|
|
DisplayStyleGuide: true
|
|
TargetRubyVersion: 2.3
|
|
|
|
Naming/MethodName:
|
|
Exclude:
|
|
- test/adapters/integration.rb
|
|
- test/adapters/rack_test.rb
|