From dc153471f4651a0612e8129fd70561a9f27f7b9f Mon Sep 17 00:00:00 2001 From: Roland Schwarzer Date: Wed, 10 Jun 2026 08:04:42 +0200 Subject: [PATCH] [MAINTENANCE] update cop config for Naming/MethodParameterName Use allowed values from upstream, which changed over time. --- cops/naming.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cops/naming.yml b/cops/naming.yml index b5b95b3..37e3428 100644 --- a/cops/naming.yml +++ b/cops/naming.yml @@ -8,11 +8,14 @@ Naming/InclusiveLanguage: Naming/MethodParameterName: AllowedNames: - # default config from https://docs.rubocop.org/rubocop/1.11/cops_naming.html#configurable-attributes-9 + # default config from https://docs.rubocop.org/rubocop/latest/cops_naming.html#configurable-attributes-namingmethodparametername + - as - at - by + - cc - db - id + - if - in - io - ip