Enable the Layout/EmptyLinesAroundModuleBody cop

This commit is contained in:
gregoirenovel 2017-06-12 16:07:05 +02:00
parent 82eb66cfe8
commit f1d66e40c3
2 changed files with 1 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Layout/EmptyLinesAroundMethodBody:
Enabled: true
Layout/EmptyLinesAroundModuleBody:
Enabled: false
Enabled: true
Layout/EndOfLine:
Enabled: true

View file

@ -15,5 +15,4 @@ module CredentialsSyncableConcern
def force_sync_credentials
SyncCredentialsService.new(self.class, email_was, email, encrypted_password).change_credentials!
end
end