git-subtree-dir: third_party/git git-subtree-split: cb715685942260375e1eb8153b0768a376e4ece7
8 lines
129 B
Text
8 lines
129 B
Text
(
|
|
foo &&
|
|
# LINT: missing "&&" from 'bar'
|
|
bar
|
|
baz &&
|
|
# LINT: final statement before closing ")" legitimately lacks "&&"
|
|
wop
|
|
)
|