Re: [PATCH net 3/3] selftests: mptcp: shellcheck: support v0.11.0
From: Simon Horman
Date: Tue Sep 09 2025 - 15:04:25 EST
On Mon, Sep 08, 2025 at 11:27:29PM +0200, Matthieu Baerts (NGI0) wrote:
> This v0.11.0 version introduces SC2329:
>
> Warn when (non-escaping) functions are never invoked.
>
> Except that, similar to SC2317, ShellCheck is currently unable to figure
> out functions that are invoked via trap, or indirectly, when calling
> functions via variables. It is then needed to disable this new SC2329.
>
> Reviewed-by: Geliang Tang <geliang@xxxxxxxxxx>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>