add :arg shell_parameter
This commit is contained in:
parent
b901e5873d
commit
50ae38a372
@ -435,6 +435,8 @@ module RuboCop
|
|||||||
nil
|
nil
|
||||||
elsif shell_parameter_stripped == "--"
|
elsif shell_parameter_stripped == "--"
|
||||||
:flag
|
:flag
|
||||||
|
elsif shell_parameter_stripped == "--shell="
|
||||||
|
:arg
|
||||||
else
|
else
|
||||||
"\"#{shell_parameter_stripped}\""
|
"\"#{shell_parameter_stripped}\""
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user