Skip to content

Commit

Permalink
chore: Fix RuboCop Layout/AccessModifierIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
htwrocl committed Feb 23, 2019
1 parent 5cad588 commit 3a38f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .rubocop_todo.yml
@@ -1,19 +1,11 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-02-20 22:39:41 +0100 using RuboCop version 0.65.0.
# on 2019-02-23 11:03:41 +0100 using RuboCop version 0.65.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# 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.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: outdent, indent
Layout/AccessModifierIndentation:
Exclude:
- 'lib/faraday.rb'

# Offense count: 25
# Cop supports --auto-correct.
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday.rb
Expand Up @@ -105,7 +105,7 @@ def respond_to?(symbol, include_private = false)
default_connection.respond_to?(symbol, include_private) || super
end

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

0 comments on commit 3a38f5e

Please sign in to comment.