Skip to content

Не считать .git запрещённым в scripts/validate.sh#1

Merged
arty-kk merged 1 commit intomainfrom
codex/fix-forbidden-path-error-in-script
May 3, 2026
Merged

Не считать .git запрещённым в scripts/validate.sh#1
arty-kk merged 1 commit intomainfrom
codex/fix-forbidden-path-error-in-script

Conversation

@arty-kk
Copy link
Copy Markdown
Owner

@arty-kk arty-kk commented May 3, 2026

Motivation

  • Скрипт валидации падал по ложной причине в развёрнутом репозитории потому, что .git был в списке запрещённых путей, что мешало запуску проверок в нормальном git-checkout.

Description

  • Удалил .git из списка forbidden в scripts/validate.sh (строка с for forbidden in ...), остальные проверки оставил без изменений; изменён файл: scripts/validate.sh.

Testing

  • Запустил bash scripts/validate.sh, получены сообщения Validated 8 skills, Python compile: ok, Node .cjs syntax: ok и итоговая строка Validation passed.

Codex Task

@arty-kk arty-kk merged commit b6559d1 into main May 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant