aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-07-10 22:36:57 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-07-11 13:12:32 +0900
commit2adb2b19fce3a92f2e8e2d6e5a7915888cced09d (patch)
tree8059a239f86d4d8d499488ac24b613b64e552ae4 /.rubocop.yml
parent07ed697f7b0debd8736a188fad67fe5e0c98739e (diff)
downloadrails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.tar.gz
rails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.tar.bz2
rails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.zip
Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b8b3eb8eea..2b874d8419 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -25,6 +25,9 @@ Layout/CaseIndentation:
Layout/CommentIndentation:
Enabled: true
+Layout/EmptyLineAfterMagicComment:
+ Enabled: true
+
# No extra empty lines.
Layout/EmptyLines:
Enabled: true