mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Adds compatibility with latest rubocop (#1093)
This commit is contained in:
parent
465b1db267
commit
a53a4360e2
@ -13,7 +13,7 @@ Metrics/BlockLength:
|
||||
- spec/**/*.rb
|
||||
- examples/**/*.rb
|
||||
|
||||
Metrics/LineLength:
|
||||
Layout/LineLength:
|
||||
Exclude:
|
||||
- spec/**/*.rb
|
||||
- examples/**/*.rb
|
||||
|
@ -36,7 +36,7 @@ Dir['./lib/**/*.rb'].sort.each { |file| require file }
|
||||
require 'faraday'
|
||||
require 'pry'
|
||||
|
||||
Dir['./spec/support/**/*.rb'].each { |f| require f }
|
||||
Dir['./spec/support/**/*.rb'].sort.each { |f| require f }
|
||||
|
||||
RSpec.configure do |config|
|
||||
# rspec-expectations config goes here. You can use an alternate
|
||||
|
Loading…
x
Reference in New Issue
Block a user