From 7f7e48b2e27496d9a13244d7d497c5bce6a05d3e Mon Sep 17 00:00:00 2001 From: Christos Papageorgiou Date: Fri, 11 Mar 2022 14:20:09 +0200 Subject: [PATCH] rubocop: Naming/MethodParameterName: Add some values to AllowedNames --- rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubocop.yml b/rubocop.yml index b82f4c2..92a1f56 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -557,6 +557,9 @@ RSpec/ContextWording: Naming/HeredocDelimiterNaming: Enabled: false +Naming/MethodParameterName: + AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is'] + # New cops available after rubocop upgrade Gemspec/DateAssignment: # (new in 1.10) Enabled: true