Skip to content

fix: quote $folder_path to prevent word splitting (SC2086)#2

Merged
pforret merged 1 commit into
masterfrom
fix/shellcheck-sc2086-quoting
Mar 7, 2026
Merged

fix: quote $folder_path to prevent word splitting (SC2086)#2
pforret merged 1 commit into
masterfrom
fix/shellcheck-sc2086-quoting

Conversation

@pforret

@pforret pforret commented Mar 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Quote $folder_path in cd command to prevent globbing and word splitting (ShellCheck SC2086)

🤖 Generated with Claude Code

- Quote $folder_path to prevent word splitting (SC2086)
- Fix A && B || C pattern to avoid false positive (SC2015)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pforret pforret force-pushed the fix/shellcheck-sc2086-quoting branch from fb646ce to 7ad9692 Compare March 7, 2026 15:16
@pforret pforret merged commit 3c2ced5 into master Mar 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant