Merge pull request 'fix: Unnecessary SC2034 suppression on REPO_ROOT in review-poll.sh (#433)' (#596) from fix/issue-433 into main

This commit is contained in:
johba 2026-03-23 10:34:02 +01:00
commit 4b9f12fdf7

View file

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