Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Упростить работу с regex #3

Open
whitered932 opened this issue Aug 1, 2021 · 1 comment
Open

Упростить работу с regex #3

whitered932 opened this issue Aug 1, 2021 · 1 comment
Assignees

Comments

@whitered932
Copy link

Для удобства пользователя можно сделать заготовленные пресеты для работы
пример:

testForbiddenRegex(importStartedWith('@'), ..);
testForbiddenRegex(importNotStartedWith('@'), ..);
testForbiddenRegex(importMinLength(6), ..);
testForbiddenRegex(combine(importLength(6), importStartedWith('@')), ..);
@Razzwan Razzwan self-assigned this Sep 15, 2021
@Razzwan
Copy link
Member

Razzwan commented Sep 15, 2021

Первый варинт выглядит полезно, остальные весьма сомнительно. Ведь нам редко нужно проверять, что какой-то импорт не начитается с символов. Зачем нам это знать? Мы просто хотим найти весьма конкретные импорты и проверить, что подобных импортов нет в текущей папке. Это единственный вменяемый кейс, который я себе представляю

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

No branches or pull requests

2 participants