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

broken-chain.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a44aa73b71a9794c4b51d7c13dc71ab25239596 (plain)
1
2
3
4
5
6
7
8
(
	foo &&
# LINT: missing "&&" from "bar"
	bar
	baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
	wop
)