Commit 7a81a41f authored by Douwe Maan's avatar Douwe Maan

Disable Lint/UnusedMethodArgument

parent b664a542
......@@ -683,6 +683,9 @@ Lint/UnneededDisable:
Lint/UnreachableCode:
Enabled: true
Lint/UnusedMethodArgument:
Enabled: false
# Checks for useless assignment to a local variable.
Lint/UselessAssignment:
Enabled: true
......
......@@ -68,12 +68,6 @@ Lint/UnneededSplatExpansion:
Lint/UnusedBlockArgument:
Enabled: false
# Offense count: 171
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
Enabled: false
# Offense count: 114
# Configuration parameters: CountComments.
Metrics/BlockLength:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment