Skip to content

Commit c8089ab

Browse files
rulthockin
authored andcommitted
test_e2e.sh: disable SC2120 for 'caller' function
1 parent c97fb8a commit c8089ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21+
# shellcheck disable=SC2120
2122
function caller() {
2223
local stack_skip=${1:-0}
2324
stack_skip=$((stack_skip + 1))

0 commit comments

Comments
 (0)