Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pipe.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd82534c6678624eb259c70d51f7a61fab603994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
# LINT: no "&&" needed on line ending with "|"
	foo |
	bar |
	baz &&

# LINT: final line of pipe sequence ("cow") lacking "&&"
	fish |
	cow

	sunder
)