Re: [PATCH v1 0/4] Add shellcheck beyond perf/tests

From: James Clark
Date: Tue Apr 09 2024 - 06:03:13 EST




On 09/04/2024 03:32, Ian Rogers wrote:
> Add shellcheck to other locations of shell scripts, not just
> tools/perf/tests. Fix issues detected by shellcheck.
>
> Ian Rogers (4):
> perf build: Add shellcheck to tools/perf scripts
> perf arch x86: Add shellcheck to build
> perf util: Add shellcheck to generate-cmdlist.sh
> perf trace beauty: Add shellcheck to scripts
>
> tools/perf/Build | 14 +++++++++++
> tools/perf/arch/x86/Build | 14 +++++++++++
> tools/perf/arch/x86/tests/Build | 14 +++++++++++
> tools/perf/arch/x86/tests/gen-insn-x86-dat.sh | 2 +-
> tools/perf/perf-archive.sh | 2 +-
> tools/perf/perf-completion.sh | 23 +++++++++++++------
> tools/perf/trace/beauty/Build | 14 +++++++++++
> tools/perf/trace/beauty/arch_errno_names.sh | 8 ++++---
> tools/perf/util/Build | 14 +++++++++++
> 9 files changed, 93 insertions(+), 12 deletions(-)
>

Reviewed-by: James Clark <james.clark@xxxxxxx>