diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-06 03:52:24 +0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-06 03:52:24 +0200 |
commit | 5f6223cf9f285da3814991d1271e328e23be9d45 (patch) | |
tree | 01be6e2991ef35c87806950f4c8a4b2d700b6205 /.rubocop.yml | |
parent | 2aa2f52191b746df851853cf5fe9ce7249a70739 (diff) | |
download | gitlab-ce-5f6223cf9f285da3814991d1271e328e23be9d45.tar.gz |
Enable Style/EmptyLinesAroundClassBody coprubocop/EmptyLinesAroundModuleBody
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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: |