Skip to content

Commit

Permalink
test_e2e.sh: disable SC2120 for 'caller' function
Browse files Browse the repository at this point in the history
  • Loading branch information
rul authored and thockin committed Jun 24, 2024
1 parent c97fb8a commit c8089ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

# shellcheck disable=SC2120
function caller() {
local stack_skip=${1:-0}
stack_skip=$((stack_skip + 1))
Expand Down

0 comments on commit c8089ab

Please sign in to comment.