From 15bf72dfe375568af3ee98f87020bd853096d19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Mon, 24 Aug 2026 18:42:41 -0400 Subject: [PATCH] dev-mirror lib: shellcheck directive for cross-file array Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- cn/lib/dev-mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cn/lib/dev-mirror.sh b/cn/lib/dev-mirror.sh index 66adb8eb..0c0a3399 100644 --- a/cn/lib/dev-mirror.sh +++ b/cn/lib/dev-mirror.sh @@ -2,6 +2,7 @@ # Sourced helpers for omarchy-cn-dev-mirror-* commands CN_DEV_MIRRORS_JSON="$OMARCHY_PATH/cn/dev-mirrors.json" +# shellcheck disable=SC2034 # consumed by sourcing commands CN_DM_TARGETS=(npm pip cargo go gem docker) CN_DM_BACKUP_ROOT="$HOME/.local/state/omarchycn/backups/dev-mirror"