mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
16 lines
268 B
YAML
16 lines
268 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
|
|
|
|
Metrics/BlockLength:
|
|
Exclude:
|
|
- spec/**/*.rb
|