Adds compatibility with latest rubocop (#1093)

This commit is contained in:
Mattia 2019-12-27 16:43:11 +00:00 committed by GitHub
parent 465b1db267
commit a53a4360e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Metrics/BlockLength:
- spec/**/*.rb
- examples/**/*.rb
Metrics/LineLength:
Layout/LineLength:
Exclude:
- spec/**/*.rb
- examples/**/*.rb

View File

@ -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