Skip to content

Commit

Permalink
Adds compatibility with latest rubocop (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Dec 27, 2019
1 parent 465b1db commit a53a436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Metrics/BlockLength:
- spec/**/*.rb
- examples/**/*.rb

Metrics/LineLength:
Layout/LineLength:
Exclude:
- spec/**/*.rb
- examples/**/*.rb
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
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
Expand Down

0 comments on commit a53a436

Please sign in to comment.