[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2 4/4] bash-completion:disable shellcheck SC2120-Warning
From: |
Daniel Kiper |
Subject: |
Re: [PATCH V2 4/4] bash-completion:disable shellcheck SC2120-Warning |
Date: |
Thu, 1 Dec 2022 20:20:36 +0100 |
On Wed, Nov 30, 2022 at 04:31:00PM +0800, t.feng wrote:
> In grub-completion.bash.in line 63:
> __grub_get_options_from_help () {
> ^-- SC2120 (warning)
Again, what the warning means?
> SC2120: the current code meets the exception and does not need to be
> modified. So we disable it.
>
> ref:https://github.com/koalaman/shellcheck/wiki/SC2120
>
> Signed-off-by: "t.feng" <fengtao40@huawei.com>
Daniel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH V2 4/4] bash-completion:disable shellcheck SC2120-Warning,
Daniel Kiper <=