diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-07-10 22:36:57 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-07-11 13:12:32 +0900 |
commit | 2adb2b19fce3a92f2e8e2d6e5a7915888cced09d (patch) | |
tree | 8059a239f86d4d8d499488ac24b613b64e552ae4 | |
parent | 07ed697f7b0debd8736a188fad67fe5e0c98739e (diff) | |
download | rails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.tar.gz rails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.tar.bz2 rails-2adb2b19fce3a92f2e8e2d6e5a7915888cced09d.zip |
Enable Layout/EmptyLineAfterMagicComment cop
-rw-r--r-- | .rubocop.yml | 3 |
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 |