aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-11 17:36:43 -0400
committerGitHub <noreply@github.com>2017-07-11 17:36:43 -0400
commitcfb1e4dfd8813d3d5c75a15a750b3c53eebdea65 (patch)
tree387edb2a4b1bdcdb5271d285c6fdf106313521a1 /.rubocop.yml
parentf3e8d599a3ce4bdc6cf38ccd2e78c14cb84e28c5 (diff)
parent2653765144976d8f085d3ac473926b3f97a71d6b (diff)
downloadrails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.gz
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.bz2
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.zip
Merge pull request #29748 from koic/enable_layout_empty_line_after_magic_comment
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