fix(shell): address ShellCheck warnings (remove SC2181 checks, safer prompt_secret, add selective suppressions)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

This commit is contained in:
igor04091968
2026-05-07 12:35:23 +03:00
parent 669501f20a
commit c9f3aad89c
8 changed files with 11 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/bin/sh
# shellcheck disable=SC1007
set -eu
REPO_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)