Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed May 14, 2024
1 parent d6d4cf3 commit 8b2f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ assert_comp() {
fi
}

# shellcheck disable=SC2207,SC2068,SC2206
# shellcheck disable=SC2154,SC2207,SC2068,SC2206
_comp() {
export COMP_LINE="$1"
export COMP_POINT="${#COMP_LINE}"
Expand Down

0 comments on commit 8b2f170

Please sign in to comment.