chore: RuboCop Layout/EmptyLinesAroundAccessModifier (#881)

This commit is contained in:
James Herdman 2019-02-26 11:08:17 -05:00 committed by Olle Jonsson
parent 3adf411dcd
commit 62cfe5bed1
2 changed files with 1 additions and 6 deletions

View File

@ -6,12 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Cop supports --auto-correct.
Layout/EmptyLinesAroundAccessModifier:
Exclude:
- 'lib/faraday.rb'
# Offense count: 8
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.

View File

@ -108,6 +108,7 @@ module Faraday
end
private
# Internal: Proxies method calls on the Faraday constant to
# .default_connection.
def method_missing(name, *args, &block)