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
|
||||
|
||||
Layout/EmptyLinesAroundModuleBody:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Layout/EndOfLine:
|
||||
Enabled: true
|
||||
|
|
|
@ -15,5 +15,4 @@ module CredentialsSyncableConcern
|
|||
def force_sync_credentials
|
||||
SyncCredentialsService.new(self.class, email_was, email, encrypted_password).change_credentials!
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue