fix Lint/UnneededRequireStatement offenses

This commit is contained in:
rick olson 2019-02-27 14:46:02 -07:00
parent cc703af68d
commit 190467254e
3 changed files with 0 additions and 10 deletions

View File

@ -16,13 +16,6 @@ Lint/ReturnInVoidContext:
Exclude:
- 'lib/faraday/options/env.rb'
# Offense count: 2
# Cop supports --auto-correct.
Lint/UnneededRequireStatement:
Exclude:
- 'lib/faraday.rb'
- 'lib/faraday/utils.rb'
# Offense count: 41
Metrics/AbcSize:
Max: 86

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'thread'
require 'cgi'
require 'set'
require 'forwardable'

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'thread'
require 'faraday/utils/headers'
require 'faraday/utils/params_hash'