From 8500c264191be27ccbf07b87761cecf131a724b2 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 23 Apr 2022 01:38:51 +0100 Subject: [PATCH] .rubocop.yml: fix obsolete parameter usage --- Library/.rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index ad28ec5006..9f1572f8d8 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -97,7 +97,7 @@ Naming/InclusiveLanguage: - "patches/13_fix_scope_for_show_slave_status_data.patch" # Used in formula `mytop` Naming/MethodName: - IgnoredPatterns: + AllowedPatterns: - '\A(fetch_)?HEAD\?\Z' # Both styles are used depending on context, @@ -389,7 +389,7 @@ Naming/MethodParameterName: Layout/LineLength: Max: 118 # ignore manpage comments and long single-line strings - IgnoredPatterns: + AllowedPatterns: [ "#: ", ' url "',