[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V3 0/4] bash-completion:fix shellcheck error and warning
From: |
t . feng |
Subject: |
[PATCH V3 0/4] bash-completion:fix shellcheck error and warning |
Date: |
Tue, 6 Dec 2022 21:49:27 +0800 |
Hi,
The patch set fix some warning and error in grub-completion.bash.in.
And shellcheck also provides 'info' and 'style' level check, i think
grub do not need to modify.
shellcheck -s bash -S warning grub-completion.bash.in
shellcheck:https://github.com/koalaman/shellcheck
V3:
change functions variables as local
V2:
split warnings patches
fix error '"'
************************
t.feng (4):
bash-completion:fix shellcheck error
bash-completion:fix shellcheck SC2207-Warning
bash-completion:fix shellcheck SC2155-Warning
bash-completion:disable shellcheck SC2120-Warning
.../bash-completion.d/grub-completion.bash.in | 47 ++++++++++++-------
1 file changed, 29 insertions(+), 18 deletions(-)
--
2.27.0
- [PATCH V3 0/4] bash-completion:fix shellcheck error and warning,
t . feng <=
- [PATCH V3 1/4] bash-completion:fix shellcheck error, t . feng, 2022/12/06
- [PATCH V3 3/4] bash-completion:fix shellcheck SC2155-Warning, t . feng, 2022/12/06
- [PATCH V3 4/4] bash-completion:disable shellcheck SC2120-Warning, t . feng, 2022/12/06
- [PATCH V3 2/4] bash-completion:fix shellcheck SC2207-Warning, t . feng, 2022/12/06
- Re: [PATCH V3 0/4] bash-completion:fix shellcheck error and warning, Daniel Kiper, 2022/12/06