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

Disable Lint/UnusedMethodArgument

parent b664a542
Branches
Tags
1 merge request!9432Enable (and disable) more rubocops
Loading
@@ -683,6 +683,9 @@ Lint/UnneededDisable:
Loading
@@ -683,6 +683,9 @@ Lint/UnneededDisable:
Lint/UnreachableCode: Lint/UnreachableCode:
Enabled: true Enabled: true
   
Lint/UnusedMethodArgument:
Enabled: false
# Checks for useless assignment to a local variable. # Checks for useless assignment to a local variable.
Lint/UselessAssignment: Lint/UselessAssignment:
Enabled: true Enabled: true
Loading
Loading
Loading
@@ -68,12 +68,6 @@ Lint/UnneededSplatExpansion:
Loading
@@ -68,12 +68,6 @@ Lint/UnneededSplatExpansion:
Lint/UnusedBlockArgument: Lint/UnusedBlockArgument:
Enabled: false Enabled: false
   
# Offense count: 171
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
Enabled: false
# Offense count: 114 # Offense count: 114
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/BlockLength: Metrics/BlockLength:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment