Enable the Layout/EmptyLinesAroundModuleBody cop
This commit is contained in:
parent
82eb66cfe8
commit
f1d66e40c3
2 changed files with 1 additions and 2 deletions
|
@ -64,7 +64,7 @@ Layout/EmptyLinesAroundMethodBody:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/EmptyLinesAroundModuleBody:
|
Layout/EmptyLinesAroundModuleBody:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
|
|
||||||
Layout/EndOfLine:
|
Layout/EndOfLine:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
|
@ -15,5 +15,4 @@ module CredentialsSyncableConcern
|
||||||
def force_sync_credentials
|
def force_sync_credentials
|
||||||
SyncCredentialsService.new(self.class, email_was, email, encrypted_password).change_credentials!
|
SyncCredentialsService.new(self.class, email_was, email, encrypted_password).change_credentials!
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue