1 2 3 4 5 6 7 8 9 10 11
( foo && # LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")" bar=$(gobble) && baz ) && ( # LINT: missing "&&" on $(...) bar=$(gobble blocks) baz )