summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-22 13:56:27 +0200
committerVictor Koronen <koronen@kth.se>2015-08-22 13:59:55 +0200
commited7d822fc6b0c864751e9ee01a0ba491c41a1aac (patch)
tree5291cf69e55d3ef353b5f989d8933c00b6966345 /.rubocop_todo.yml
parentbafe0bd2b4584bf2d24737639fa6dc14273a547b (diff)
downloadbundler-ed7d822fc6b0c864751e9ee01a0ba491c41a1aac.tar.gz
Disable Lint/UnusedMethodArgument
We don't agree with this rule. See discussion in <https://github.com/bundler/bundler/pull/3922>.
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 6920837690..6790383318 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -25,11 +25,6 @@ Lint/NonLocalExitFromIterator:
Lint/RescueException:
Enabled: false
-# Offense count: 38
-# Cop supports --auto-correct.
-Lint/UnusedMethodArgument:
- Enabled: false
-
# Offense count: 7
Lint/UselessAssignment:
Enabled: false