aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0408ca4aa1..2889acfdd1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -28,10 +28,6 @@ Layout/CommentIndentation:
Layout/EmptyLineAfterMagicComment:
Enabled: true
-# No extra empty lines.
-Layout/EmptyLines:
- Enabled: true
-
# In a regular class definition, no empty lines around the body.
Layout/EmptyLinesAroundClassBody:
Enabled: true