We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172d3f0 + 37135e8 commit 98271f0Copy full SHA for 98271f0
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
exclude: ^completions/(\.gitignore|Makefile.*)$
18
19
- repo: https://github.com/shellcheck-py/shellcheck-py
20
- rev: v0.8.0.1
+ rev: v0.9.0.2
21
hooks:
22
- id: shellcheck
23
args: [-f, gcc]
bash_completion
@@ -128,6 +128,7 @@ _comp_deprecate_func _have _comp_have_command
128
# Backwards compatibility for compat completions that use have().
129
# @deprecated should no longer be used; generally not needed with dynamically
130
# loaded completions, and _comp_have_command is suitable for runtime use.
131
+# shellcheck disable=SC2317 # available at load time only
132
have()
133
{
134
unset -v have
0 commit comments