.rubocop.yml: fix obsolete parameter usage

This commit is contained in:
Bo Anderson 2022-04-23 01:38:51 +01:00
parent ad53918302
commit 8500c26419
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -97,7 +97,7 @@ Naming/InclusiveLanguage:
- "patches/13_fix_scope_for_show_slave_status_data.patch" # Used in formula `mytop` - "patches/13_fix_scope_for_show_slave_status_data.patch" # Used in formula `mytop`
Naming/MethodName: Naming/MethodName:
IgnoredPatterns: AllowedPatterns:
- '\A(fetch_)?HEAD\?\Z' - '\A(fetch_)?HEAD\?\Z'
# Both styles are used depending on context, # Both styles are used depending on context,
@ -389,7 +389,7 @@ Naming/MethodParameterName:
Layout/LineLength: Layout/LineLength:
Max: 118 Max: 118
# ignore manpage comments and long single-line strings # ignore manpage comments and long single-line strings
IgnoredPatterns: AllowedPatterns:
[ [
"#: ", "#: ",
' url "', ' url "',