Skip to content

Commit 37135e8

Browse files
committed
chore(shellcheck): ignore false SC2317 positive for have
1 parent 2955aa3 commit 37135e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash_completion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ _comp_deprecate_func _have _comp_have_command
128128
# Backwards compatibility for compat completions that use have().
129129
# @deprecated should no longer be used; generally not needed with dynamically
130130
# loaded completions, and _comp_have_command is suitable for runtime use.
131+
# shellcheck disable=SC2317 # available at load time only
131132
have()
132133
{
133134
unset -v have

0 commit comments

Comments
 (0)