mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -04:00
chore: RuboCop Layout/EmptyLinesAroundAccessModifier (#881)
This commit is contained in:
parent
3adf411dcd
commit
62cfe5bed1
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user