Skip to content

CLOUD-881: Use release_versions in Makefile release rule #3704

CLOUD-881: Use release_versions in Makefile release rule

CLOUD-881: Use release_versions in Makefile release rule #3704

GitHub Actions / shellcheck failed Feb 8, 2025 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (6)

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|17 col 8| Declare and assign separately to avoid masking return values.
e2e-tests/vars.sh|17 col 22| Double quote to prevent globbing and word splitting.
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 17 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

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

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

Check notice on line 17 in e2e-tests/vars.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] e2e-tests/vars.sh#L17 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./e2e-tests/vars.sh:17:22: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

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)