Skip to content

Commit f3f454c

Browse files
akinomyogascop
authored andcommitted
test(runLint): remove check for here strings
They no longer use temp files in bash 5.1+, and avoiding temp files at all cost is not feasible maintenancewise.
1 parent 1ab4384 commit f3f454c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/runLint

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ gitgrep '@\([^()|$]+\)' \
7272
#------------------------------------------------------------------------------
7373
# Bash pitfalls/styles/compatibilities (which are not detected by shellcheck)
7474

75-
gitgrep '<<<' 'herestrings use temp files, use some other way'
76-
7775
filter_out='test/ bash_completion.sh.in' gitgrep ' \[ ' \
7876
'use [[ ]] instead of [ ]'
7977

0 commit comments

Comments
 (0)