Skip to content

K8SPG-648 add PG17 support #3425

K8SPG-648 add PG17 support

K8SPG-648 add PG17 support #3425

GitHub Actions / shellcheck failed Dec 16, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (4)

e2e-tests/vars.sh|8 col 32| test_name is referenced but not assigned.
e2e-tests/vars.sh|10 col 8| Declare and assign separately to avoid masking return values.
e2e-tests/vars.sh|27 col 1| date appears unused. Verify use (or export if used externally).
e2e-tests/vars.sh|28 col 1| sed appears unused. Verify use (or export if used externally).

Filtered Findings (0)

Annotations

Check warning on line 8 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] e2e-tests/vars.sh#L8 <ShellCheck.SC2154>

test_name is referenced but not assigned.
Raw output
./e2e-tests/vars.sh:8:32: warning: test_name is referenced but not assigned. (ShellCheck.SC2154)

Check warning on line 10 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] e2e-tests/vars.sh#L10 <ShellCheck.SC2155>

Declare and assign separately to avoid masking return values.
Raw output
./e2e-tests/vars.sh:10:8: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)

Check warning on line 27 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] e2e-tests/vars.sh#L27 <ShellCheck.SC2034>

date appears unused. Verify use (or export if used externally).
Raw output
./e2e-tests/vars.sh:27:1: warning: date appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)

Check warning on line 28 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] e2e-tests/vars.sh#L28 <ShellCheck.SC2034>

sed appears unused. Verify use (or export if used externally).
Raw output
./e2e-tests/vars.sh:28:1: warning: sed appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)