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: 3cc67b65d0c9ddf6739c9060c7cf3ff45fa277b8 (plain)
1
2
3
4
5
6
7
8
(
	foo &&
# LINT: missing "&&" from 'bar'
	bar
	baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
	wop
)