Skip to content

Comments

feat: new scenario ПроверкаНаличияАртефактовGit#54

Open
Kirill wants to merge 6 commits intobia-technologies:developfrom
Kirill:feature-03
Open

feat: new scenario ПроверкаНаличияАртефактовGit#54
Kirill wants to merge 6 commits intobia-technologies:developfrom
Kirill:feature-03

Conversation

@Kirill
Copy link

@Kirill Kirill commented Nov 6, 2025

Проверка на наличие артефактов после разрешения конфликтов

azazulov and others added 6 commits January 21, 2025 09:13
ORAIS-1949: Новый сценарий сортировка состава подписок на события.

Closes ORAIS-1949

See merge request orais/precommit1C-fork-bia!77
Проверка на наличие артефактов после разрешения конфликтов
@coderabbitai
Copy link

coderabbitai bot commented Nov 6, 2025

Warning

Rate limit exceeded

@Kirill has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between b1e4489 and 5b7540d.

📒 Files selected for processing (1)
  • src/СценарииОбработки/ПроверкаНаличияАртефактовGit.os (1 hunks)
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines +56 to +61
ПаттерныКонфликтов = Новый Массив();
ПаттерныКонфликтов.Добавить("^<<<<<<<\s");
ПаттерныКонфликтов.Добавить("^=======\s");
ПаттерныКонфликтов.Добавить("^=======\n$");
ПаттерныКонфликтов.Добавить("^=======\r\n$");
ПаттерныКонфликтов.Добавить("^>>>>>>>\s");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему массивом, а не одной регуряркой (через |)?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ну и тесты хотелось бы увидеть, в том числе такие, в которых есть подобные строки в строковых литералах

@theshadowco
Copy link

@Kirill
Стоит обновиться из develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants