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:52:24 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:52:24 +0300
commit5f6223cf9f285da3814991d1271e328e23be9d45 (patch)
tree01be6e2991ef35c87806950f4c8a4b2d700b6205 /.rubocop.yml
parent2aa2f52191b746df851853cf5fe9ce7249a70739 (diff)
Enable Style/EmptyLinesAroundClassBody 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 b05ac369f61..cf3607f985b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -153,7 +153,7 @@ Style/EmptyLinesAroundBlockBody:
# Keeps track of empty lines around class bodies.
Style/EmptyLinesAroundClassBody:
- Enabled: false
+ Enabled: true
# Keeps track of empty lines around module bodies.
Style/EmptyLinesAroundModuleBody: