Merge pull request #14062 from issyl0/rubocop-naming-method-parameter-name
rubocop: Deal with some TODOs for `Naming/MethodParameterName`
This commit is contained in:
commit
4c5feade88
@ -371,8 +371,10 @@ Metrics/PerceivedComplexity:
|
||||
# allow those that are standard
|
||||
# TODO: try to remove some of these
|
||||
Naming/MethodParameterName:
|
||||
inherit_mode:
|
||||
merge:
|
||||
- AllowedNames
|
||||
AllowedNames:
|
||||
- "_"
|
||||
- "a"
|
||||
- "b"
|
||||
- "cc"
|
||||
@ -384,14 +386,12 @@ Naming/MethodParameterName:
|
||||
- "ff"
|
||||
- "fn"
|
||||
- "id"
|
||||
- "io"
|
||||
- "o"
|
||||
- "p"
|
||||
- "pr"
|
||||
- "r"
|
||||
- "rb"
|
||||
- "s"
|
||||
- "to"
|
||||
- "v"
|
||||
|
||||
# GitHub diff UI wraps beyond 118 characters
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user