summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-08-06 03:44:39 +0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-08-06 03:44:39 +0200
commit2aa2f52191b746df851853cf5fe9ce7249a70739 (patch)
treee83c10ce7fd52a6bf3b95594a2cc06bf4cb8d3fe /.rubocop.yml
parentaa49c20e81210d8b397287eb1ec10a29bcd2f132 (diff)
downloadgitlab-ce-2aa2f52191b746df851853cf5fe9ce7249a70739.tar.gz
Enable Style/EmptyLinesAroundModuleBody cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 556a5d11a39..b05ac369f61 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -157,7 +157,7 @@ Style/EmptyLinesAroundClassBody:
# Keeps track of empty lines around module bodies.
Style/EmptyLinesAroundModuleBody:
- Enabled: false
+ Enabled: true
# Keeps track of empty lines around method bodies.
Style/EmptyLinesAroundMethodBody: