You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shellcheck for shell script linting and ruff for Python linting
and formatting to pre-commit. Fix all existing shellcheck warnings:
- Quote $POSTGRESQL_DATABASE in postgres_bootstrap.sh
- Quote ${CONFIG_TYPE} glob in validate-config.sh
- Quote ${VECTOR_DB_DIR} glob in vector_database_collect.sh
- Suppress SC2016 in pullspecs_replaceatron.sh where
single-quoted sed patterns are intentional
- Rename unused loop variable in gen-rhosls.sh
- Make vector_database_collect.sh POSIX-compliant by removing bash-isms
(local, pipefail). The script runs on ubi9-minimal where /bin/sh
happens to be bash, but relying on that is fragile.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments