Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:44:39 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:44:39 +0300
commit2aa2f52191b746df851853cf5fe9ce7249a70739 (patch)
treee83c10ce7fd52a6bf3b95594a2cc06bf4cb8d3fe /.rubocop.yml
parentaa49c20e81210d8b397287eb1ec10a29bcd2f132 (diff)
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: