mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-25 18:22:45 -04:00
Fixed access modifier indentation
This commit is contained in:
@@ -303,14 +303,6 @@ Rails/Validation:
|
||||
- 'app/models/member.rb'
|
||||
- 'app/models/order_item.rb'
|
||||
|
||||
# Offense count: 1
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
|
||||
# SupportedStyles: outdent, indent
|
||||
Style/AccessModifierIndentation:
|
||||
Exclude:
|
||||
- 'app/controllers/passwords_controller.rb'
|
||||
|
||||
# Offense count: 2
|
||||
# Cop supports --auto-correct.
|
||||
Style/AlignArray:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class PasswordsController < Devise::PasswordsController
|
||||
|
||||
protected
|
||||
protected
|
||||
def after_resetting_password_path_for(resource)
|
||||
root_path
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user