summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 17:23:03 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:45 +0200
commit71a6385524777c7a52d06c91a5fcf8175050c4bd (patch)
treea0a476c38a89367b6e555778fac20522c80f2e38 /.rubocop_todo.yml
parent1b05a7f3623a2201326e7b4e4a40d877af67219b (diff)
downloadbundler-71a6385524777c7a52d06c91a5fcf8175050c4bd.tar.gz
Fix Style/ColonMethodCall
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 612f9a4a9d..f66af5e8c7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -112,11 +112,6 @@ Style/ClassCheck:
Style/ClosingParenthesisIndentation:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/ColonMethodCall:
- Enabled: false
-
# Offense count: 153
Style/Documentation:
Enabled: false