.rubocop.yml: fix obsolete parameter usage
This commit is contained in:
parent
ad53918302
commit
8500c26419
@ -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 "',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user