Skip to content

feat: adds some infrastructure management scripts

Sign in for the full log view
GitHub Actions / shellcheck failed Jan 14, 2025 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (9)

scripts/rekick-rack.sh|50 col 13| Use $(...) notation instead of legacy backticks ....
scripts/rekick-rack.sh|50 col 72| Double quote to prevent globbing and word splitting.
scripts/rekick-rack.sh|58 col 52| Double quote to prevent globbing and word splitting.
scripts/rekick-rack.sh|64 col 50| Double quote to prevent globbing and word splitting.
scripts/rekick-rack.sh|66 col 41| Double quote to prevent globbing and word splitting.
scripts/rekick-rack.sh|68 col 104| Double quote to prevent globbing and word splitting.
scripts/nbgql.sh|38 col 1| QUERY_VARIABLE appears unused. Verify use (or export if used externally).
scripts/nbgql.sh|40 col 1| DIR appears unused. Verify use (or export if used externally).
scripts/nbgql.sh|42 col 27| Double quote to prevent globbing and word splitting.

Filtered Findings (0)

Annotations

Check notice on line 50 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L50 <ShellCheck.SC2006>

Use $(...) notation instead of legacy backticks `...`.
Raw output
./scripts/rekick-rack.sh:50:13: info: Use $(...) notation instead of legacy backticks `...`. (ShellCheck.SC2006)

Check notice on line 50 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L50 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/rekick-rack.sh:50:72: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 58 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L58 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/rekick-rack.sh:58:52: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 64 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L64 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/rekick-rack.sh:64:50: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 66 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L66 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/rekick-rack.sh:66:41: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 68 in scripts/rekick-rack.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/rekick-rack.sh#L68 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/rekick-rack.sh:68:104: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 38 in scripts/nbgql.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/nbgql.sh#L38 <ShellCheck.SC2034>

QUERY_VARIABLE appears unused. Verify use (or export if used externally).
Raw output
./scripts/nbgql.sh:38:1: warning: QUERY_VARIABLE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)

Check warning on line 40 in scripts/nbgql.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/nbgql.sh#L40 <ShellCheck.SC2034>

DIR appears unused. Verify use (or export if used externally).
Raw output
./scripts/nbgql.sh:40:1: warning: DIR appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)

Check notice on line 42 in scripts/nbgql.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/nbgql.sh#L42 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./scripts/nbgql.sh:42:27: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)