rubocop: Trim Naming/MethodParameterName allowlist based on defaults

- These are already included in
  6136ffd91e/config/default.yml (L2834-L2862)
  upstream default allowed method names, so we don't need them here too.
- Practically this makes no difference since the `inherit_mode` is
  `merge` it'll just merge the two, but for tidiness I thought I'd do
  this anyway since the duplication annoyed me.
This commit is contained in:
Issy Long 2023-03-07 23:35:07 +00:00
parent 8d71aa02dd
commit 23abe37234
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -192,7 +192,6 @@ Naming/MethodParameterName:
[ [
"a", "a",
"b", "b",
"cc",
"c1", "c1",
"c2", "c2",
"d", "d",
@ -200,7 +199,6 @@ Naming/MethodParameterName:
"f", "f",
"ff", "ff",
"fn", "fn",
"id",
"o", "o",
"p", "p",
"pr", "pr",