Skip to content
Snippets Groups Projects
Commit 7a81a41f authored by Douwe Maan's avatar Douwe Maan
Browse files

Disable Lint/UnusedMethodArgument

parent b664a542
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment