Skip to content

Commit 8c30980

Browse files
committed
fix: ignore shellcheck issues as expected
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent 8f3d1ea commit 8c30980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/command

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ fail_build=0
1919
has_errors=0
2020
create_annotation=0
2121

22-
# shellcheck disable=2317 # this is a signal function
22+
# shellcheck disable=2317 # this is a signal function
23+
# shellcheck disable=2329 # this function is used but SC isn't picking it up
2324
function cleanup {
2425
rm -rf "${artifacts_dir}"
2526
rm -rf "${annotation_dir}"

0 commit comments

Comments
 (0)