Skip to content

Commit

Permalink
chore: RuboCop Layout/EmptyLinesAroundAccessModifier (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman authored and olleolleolle committed Feb 26, 2019
1 parent 3adf411 commit 62cfe5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions lib/faraday.rb
Expand Up @@ -108,6 +108,7 @@ def respond_to?(symbol, include_private = false)
end

private

# Internal: Proxies method calls on the Faraday constant to
# .default_connection.
def method_missing(name, *args, &block)
Expand Down

0 comments on commit 62cfe5b

Please sign in to comment.