reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (4)
scripts/rekick-rack.sh|58 col 5| NODE_CHECK appears unused. Verify use (or export if used externally).
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 warning on line 58 in scripts/rekick-rack.sh
github-actions / shellcheck
[shellcheck] scripts/rekick-rack.sh#L58 <ShellCheck.SC2034>
NODE_CHECK appears unused. Verify use (or export if used externally).
Raw output
./scripts/rekick-rack.sh:58:5: warning: NODE_CHECK appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Check warning on line 38 in scripts/nbgql.sh
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
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
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)