fix: Unnecessary SC2034 suppression on REPO_ROOT in review-poll.sh (#433)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-23 09:19:56 +00:00
parent 8382d245fb
commit e42a49285f

View file

@ -12,7 +12,6 @@ export PROJECT_TOML="${1:-}"
source "$(dirname "$0")/../lib/env.sh" source "$(dirname "$0")/../lib/env.sh"
source "$(dirname "$0")/../lib/ci-helpers.sh" source "$(dirname "$0")/../lib/ci-helpers.sh"
# shellcheck disable=SC2034
REPO_ROOT="${PROJECT_REPO_ROOT}" REPO_ROOT="${PROJECT_REPO_ROOT}"
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"