Skip to content

(#15) chore: fix shellcheck warnings for zsh-specific syntax#16

Merged
seunggabi merged 2 commits intomainfrom
chore/#15_fix-shellcheck-warnings
Feb 6, 2026
Merged

(#15) chore: fix shellcheck warnings for zsh-specific syntax#16
seunggabi merged 2 commits intomainfrom
chore/#15_fix-shellcheck-warnings

Conversation

@seunggabi
Copy link
Copy Markdown
Owner

Closes #15

Changes

  • zsh 전용 문법(glob qualifier, 연관배열, join flag 등)에 shellcheck disable 주석 추가
  • parallel.zsh: local 선언과 할당 분리 (SC2155)
  • trash.zsh: 중복 패턴 '}'*|'},')'}'*) 통합 (SC2221/SC2222)

수정 파일 (7개)

  • bin/mac-ops, lib/core/logger.zsh, lib/core/trash.zsh
  • lib/modules/orphan-app-cleanup.zsh, lib/utils/format.zsh
  • lib/utils/notify.zsh, lib/utils/parallel.zsh

Test

  • trash: 26/26, safety: 24/24, modules: 20/22 (기존 analyze 실패 2건, 본 변경과 무관)

seunggabi and others added 2 commits February 7, 2026 06:06
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…assertions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@seunggabi seunggabi merged commit dd0d676 into main Feb 6, 2026
2 checks passed
@seunggabi seunggabi deleted the chore/#15_fix-shellcheck-warnings branch February 6, 2026 21:11
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.

shellcheck 경고 수정: zsh 전용 문법 disable 및 코드 개선

1 participant