Skip to content

Commit

Permalink
Rubocop autocorrected: Style/AccessModifierIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jun 5, 2015
1 parent 7773e4a commit 0f600fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Expand Up @@ -87,12 +87,6 @@ Metrics/MethodLength:
Metrics/PerceivedComplexity:
Max: 18

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AccessModifierIndentation:
Enabled: false

# Offense count: 1
Style/AccessorMethodName:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/yast/path.rb
Expand Up @@ -55,7 +55,7 @@ def <=>(other)
return size <=> other.size
end

private
private
attr_reader :components
COMPLEX_CHAR_REGEX = /[^a-zA-Z0-9_-]/
SIMPLE_CHAR_REGEX = /[a-zA-Z0-9_-]/
Expand Down

0 comments on commit 0f600fb

Please sign in to comment.