summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:36:51 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:36:51 -0600
commit29eaf79e9c1b6c4e73256ad02cbd502577e6f454 (patch)
tree4bae6e451b98d998b4d9b68e7781bec6dfb233b8 /.rubocop_todo.yml
parent831457dd8f9c991b06703c3ad24a8840586e41ec (diff)
downloadbundler-29eaf79e9c1b6c4e73256ad02cbd502577e6f454.tar.gz
[RuboCop] Enable Style/EmptyLinesAroundModuleBody
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 65707ff2c4..cfd1c84066 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -83,21 +83,6 @@ Style/ClassAndModuleChildren:
Style/Documentation:
Enabled: false
-# Offense count: 10
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/EmptyLinesAroundModuleBody:
- Exclude:
- - 'lib/bundler/cli/common.rb'
- - 'lib/bundler/deprecate.rb'
- - 'lib/bundler/dsl.rb'
- - 'lib/bundler/fetcher.rb'
- - 'lib/bundler/friendly_errors.rb'
- - 'lib/bundler/gem_helpers.rb'
- - 'spec/support/builders.rb'
- - 'spec/support/indexes.rb'
- - 'spec/support/rubygems_ext.rb'
-
# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName: