Skip to content

Commit e932511

Browse files
committed
test(shellcheck): disable SC2002 warning for a no-useless cat
1 parent 7db958f commit e932511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diff-so-fancy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ print_horizontal_rule () {
5959
}
6060

6161
# run it.
62+
# shellcheck disable=SC2002
6263
cat $input \
6364
| $diff_highlight \
6465
| format_diff_header \

0 commit comments

Comments
 (0)