rubocop: Drop "rb" from Naming/MethodParameterName allowlist

- It's entirely unused as a parameter name.
This commit is contained in:
Issy Long 2023-03-07 23:50:56 +00:00
parent 6d822d9a62
commit 87042c0237
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -202,7 +202,6 @@ Naming/MethodParameterName:
"p",
"pr",
"r",
"rb",
"s",
]