From 5f553f7c5a7620a23dbf7afcc9d30e62c47c21a0 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 11 Mar 2023 00:32:03 +0000 Subject: [PATCH] rubocop: TODO for the `Naming/MethodParameterName` "pr" allowlist entry --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index e5ff71dfad..5f274711fa 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -189,7 +189,7 @@ Naming/MethodParameterName: - AllowedNames AllowedNames: [ - "pr", + "pr", # TODO: Remove if https://github.com/rubocop/rubocop/pull/11690 is merged or we change the variable names. ] # Both styles are used depending on context,