mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-08 00:03:41 -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
|
# Note that changes in the inspected code, or installation of new
|
||||||
# versions of RuboCop, may require this file to be generated again.
|
# 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
|
# Offense count: 8
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
|
@ -108,6 +108,7 @@ module Faraday
|
|||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# Internal: Proxies method calls on the Faraday constant to
|
# Internal: Proxies method calls on the Faraday constant to
|
||||||
# .default_connection.
|
# .default_connection.
|
||||||
def method_missing(name, *args, &block)
|
def method_missing(name, *args, &block)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user