Skip to content

Commit 85e4069

Browse files
committed
Naming/MethodParameterName
The Naming/MethodParameterName Rubocop cop is fairly arbitrary. This commit disables it.
1 parent 3ca2a70 commit 85e4069

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ Metrics/PerceivedComplexity:
5757

5858
Naming/HeredocDelimiterNaming:
5959
Enabled: false
60+
61+
Naming/MethodParameterName:
62+
Enabled: false

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -694,11 +694,6 @@ Naming/MemoizedInstanceVariableName:
694694
Naming/MethodName:
695695
Enabled: false
696696

697-
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
698-
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
699-
Naming/MethodParameterName:
700-
Enabled: false
701-
702697
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
703698
# NamePrefix: is_, has_, have_
704699
# ForbiddenPrefixes: is_, has_, have_

0 commit comments

Comments
 (0)