Skip to content

Commit d06896f

Browse files
authored
Merge pull request #271 from buildkite-plugins/fix/shellcheck_issue
fix: ignore shellcheck issues as expected
2 parents 8f3d1ea + 8c30980 commit d06896f

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)