-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added spell checker #118
Added spell checker #118
Conversation
@dkorzhov спасибо |
Можно сделать continue-on-error: true и тогда он будет всегда success, но ошибку можно будет посмотреть только в логах. |
Test three OS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dkorzhov спасибо
давай сделаем spell gh-action так, чтобы он не тормозил другие actions. пусть падает, но все остальное чтобы запускалось, сможешь?Можно сделать continue-on-error: true и тогда он будет всегда success, но ошибку можно будет посмотреть только в логах.
оно отмечает зеленым job, и ошибки видно в files changed
. хотелось чтобы было красным если нашло все же ошибки, но остальные запускались и не обращали внимание
Так вроде изначально и было такое поведение, остальные джобы выполнялись, только сам pipelien потом становился красным. Как мы хотим эти проверки использовать дальше? В отдельном файле github actions или добавим в основной? |
И по поводу теста на трех OS. Оставим в отдельном файле с ручным запуском? pre-commit для теста OS тогда тоже убираю? |
для этого лучше в отдельном.
получается что да, они должны запускаться только для лекций |
выполнить ещё локально |
Changed after pre-commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется надо довести словарь до хоть чуть-чуть разумного вида перед тем, как мержить. Мои правки, кажется, покроют самую боль про кубиты, гейты и прочее.
"волонтерств.*", | ||
"гайд.*", | ||
"Гандапас", | ||
"геймификаци.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"геймификаци.*", | |
"геймификаци.*", | |
"гейт.*", | |
"Гейт.*", |
"конфиг.*", | ||
"корпоративщин.*", | ||
"корутин.*", | ||
"кроссфункциональн.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"кроссфункциональн.*", | |
"кроссфункциональн.*", | |
".*кубит.*", | |
"Кубит.*", |
"скилл.*", | ||
"скрайбинг.*", | ||
"скоммуницир.*", | ||
"скоммуницируй", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"скоммуницируй", | |
"скоммуницируй", | |
".*скори.*", |
"фреймворк.*", | ||
"фронтенд.*", | ||
"Феншуй.*", | ||
"хакатон.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"хакатон.*", | |
"хакатон.*", | |
"хардкод.*", |
"скоммуницир.*", | ||
"скоммуницируй", | ||
"скоуп.*", | ||
"скринкаст.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"скринкаст.*", | |
"скринкаст.*", | |
"Слэтер.*", |
"Ильяхов.*", | ||
"инбокс.*", | ||
"инновационн.*", | ||
"интранет.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"интранет.*", | |
"интранет.*", | |
"Йожи", |
"техрук.*", | ||
"тикет.*", | ||
"тимлид.*", | ||
"токен.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"токен.*", | |
"токен.*", | |
"топологически", |
"Мавричева", | ||
"Макафи", | ||
"МакГрегор.*", | ||
"МакКлелланда", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"МакКлелланда", | |
"МакКлелланда", | |
"масштабируемость", |
"опенсорс.*", | ||
"операционк.*", | ||
"отрефактори.*", | ||
"оффер", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"оффер", | |
"оффер", | |
"пайплайн.*", | |
"параметризу.тся", |
"айтишник.*", | ||
"Ана", | ||
"антипаттерн.*", | ||
"апдейт.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"апдейт.*", | |
"апдейт.*", | |
"аппроксиматор.*", |
Moved test-psi4 to other PR
@dkorzhov а можешь принять правки @SemyonSinchenko, а то вроде как они не добавились в соответствующие файлы? |
@dkorzhov ping |
По поводу правок. Чуть позже сегодня закину. |
речь о правках @SemyonSinchenko, которые он оставил (посмотри чуть выше) |
Да, я их видел. Только не могу сообразить, как я их могу к себе забрать. Github предлагает только fetch and merge с master. Я могу их только copy-past к себе сделать, только не пойму для чего так. То есть мы спокойно можем принять PR и сделать merge в master, а от туда я заберу все изменения к себе. |
Точно, ты же в форке... Тогда давайте мержим так, а эти правки потом отдельно |
@SemyonSinchenko @dkorzhov тогда льем в master? |
No description provided.