Skip to content

Commit 4f93f60

Browse files
committed
MNT: Rm stale shellcheck disable switches
1 parent e6abce7 commit 4f93f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

myba.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# See usage AND CODE for details.
4444
#
4545

46-
# shellcheck disable=SC1003,SC2064,SC2086,SC2162,SC3045
46+
# shellcheck disable=SC2086,SC2162,SC3045
4747

4848
set -eu
4949

@@ -248,6 +248,7 @@ cmd_restore () {
248248
git_plain gc --prune=now --aggressive
249249
fi
250250
temp_dir="$(_mktemp -d)"
251+
# shellcheck disable=SC2064
251252
trap "rm -rf '$temp_dir'" INT HUP EXIT
252253

253254
_ask_pw

0 commit comments

Comments
 (0)