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