summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:26:00 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:26:00 -0600
commit6c06b2366ff239aaaa24d3d3a4ce84d7736afcc6 (patch)
treeff3ff7c838ad4e12625c2c222ee9d11358c2ae19 /.rubocop_todo.yml
parent521c81dc8e91b5f584b9692328b61da55c782fb2 (diff)
downloadbundler-6c06b2366ff239aaaa24d3d3a4ce84d7736afcc6.tar.gz
[RuboCop] Enable Style/CaseIndentation
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index b1a4af13ef..b40e1004f1 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -73,12 +73,6 @@ Style/CaseEquality:
- 'lib/bundler/match_platform.rb'
- 'lib/bundler/rubygems_ext.rb'
-# Offense count: 4
-# Cop supports --auto-correct.
-# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
-Style/CaseIndentation:
- Enabled: false
-
# Offense count: 22
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren: