shellcheck: ./audit.sh #14

Closed
opened 2026-05-17 16:25:04 +02:00 by forgejo-actions · 0 comments

ShellCheck reported issues in ./audit.sh.

./audit.sh:167:9: note: See if you can use ${variable//search/replace} instead. [SC2001]
./audit.sh:291:20: note: Double quote to prevent globbing and word splitting. [SC2086]
./audit.sh:293:13: note: Double quote to prevent globbing and word splitting. [SC2086]
./audit.sh:315:16: note: Double quote to prevent globbing and word splitting. [SC2086]
./audit.sh:317:13: note: Double quote to prevent globbing and word splitting. [SC2086]
./audit.sh:441:9: warning: This redirection doesn't have a command. Move to its command (or use 'true' as no-op). [SC2188]

ShellCheck reported issues in `./audit.sh`. - Commit: `1a72d589902ac52fc0126eeb4c09e3c407f4b619` - Workflow run: https://git.bc1bb.foo/bc1bb/claude-code-audit/actions/runs/31 ``` ./audit.sh:167:9: note: See if you can use ${variable//search/replace} instead. [SC2001] ./audit.sh:291:20: note: Double quote to prevent globbing and word splitting. [SC2086] ./audit.sh:293:13: note: Double quote to prevent globbing and word splitting. [SC2086] ./audit.sh:315:16: note: Double quote to prevent globbing and word splitting. [SC2086] ./audit.sh:317:13: note: Double quote to prevent globbing and word splitting. [SC2086] ./audit.sh:441:9: warning: This redirection doesn't have a command. Move to its command (or use 'true' as no-op). [SC2188] ```
bc1bb closed this issue 2026-05-17 23:12:38 +02:00
Sign in to join this conversation.
No labels
shellcheck
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bc1bb/claude-code-audit#14
No description provided.