We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952e213 commit 9744d0fCopy full SHA for 9744d0f
scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_ci.sh
@@ -18,7 +18,7 @@ for f in $(find hato-bot/scripts -type f | grep -v hato_bot | sed -e "s:hato-bot
18
cp "hato-bot/${f}" "sudden-death/${f}"
19
done
20
21
-for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .pep8 .flake8 .python-black .isort.cfg renovate.json; do
+for f in .markdown-lint.yml .python-lint .textlintrc .gitleaks.toml .mypy.ini .pre-commit-config.yaml .pep8 .flake8 .python-black .isort.cfg .eslintrc.yml renovate.json; do
22
rm -f "sudden-death/${f}"
23
cp hato-bot/${f} sudden-death/
24
0 commit comments