mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
9 lines
129 B
Text
9 lines
129 B
Text
|
(
|
||
|
foo &&
|
||
|
# LINT: missing "&&" from 'bar'
|
||
|
bar
|
||
|
baz &&
|
||
|
# LINT: final statement before closing ")" legitimately lacks "&&"
|
||
|
wop
|
||
|
)
|