completion: lerna: Add shellcheck ignore directive

This commit is contained in:
Noah Gorny
2021-01-23 00:16:18 +02:00
parent 69e5a28ed3
commit b6d95c71ce

View File

@@ -16,6 +16,7 @@ function __lerna_completion() {
--version"
# Tell complete what stuff to show.
# shellcheck disable=2207
COMPREPLY=($(compgen -W "$compls" -- "$cur"))
}
complete -o default -F __lerna_completion lerna