2 # LINT: stitch together incomplete \-ending lines
3 # LINT: swallow here-doc to avoid false positives in content
11 # LINT: missing "&&" on 'cat'
16 # LINT: swallow here-doc (EOF is last line of subshell)
25 # LINT: swallow here-doc with arbitrary tag
26 cat <<-\ARBITRARY >bup &&
30 cat <<-'ARBITRARY2' >bup2 &&
34 cat <<-"ARBITRARY3" >bup3 &&