Enable Layout/EmptyLineAfterMagicComment cop

This commit is contained in:
Koichi ITO 2017-07-10 22:36:57 +09:00
parent 07ed697f7b
commit 2adb2b19fc
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ Layout/CaseIndentation:
Layout/CommentIndentation:
Enabled: true
Layout/EmptyLineAfterMagicComment:
Enabled: true
# No extra empty lines.
Layout/EmptyLines:
Enabled: true