summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 17:09:04 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:44 +0200
commita43b23955edec4ea4913f0d6960930f6b6cd9516 (patch)
tree82b5387fe55b8f41a3cb30dddf4e7e3f78e5dc01 /.rubocop_todo.yml
parent452691f4c0dfb802c120b8d2f6a6f43f2319e02e (diff)
downloadbundler-a43b23955edec4ea4913f0d6960930f6b6cd9516.tar.gz
Fix Style/IndentationConsistency
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 a8869c00df..498b36fa20 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -191,12 +191,6 @@ Style/IfUnlessModifier:
Style/IndentArray:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/IndentationConsistency:
- Enabled: false
-
# Offense count: 2
Style/ModuleFunction:
Enabled: false