13 lines
153 B
Text
13 lines
153 B
Text
|
(
|
||
|
# LINT: no "&&" needed on line ending with "|"
|
||
|
foo |
|
||
|
bar |
|
||
|
baz &&
|
||
|
|
||
|
# LINT: final line of pipe sequence ('cow') lacking "&&"
|
||
|
fish |
|
||
|
cow
|
||
|
|
||
|
sunder
|
||
|
)
|