Skip to content

Commit

Permalink
add words
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Jul 11, 2024
1 parent ab4e6ca commit e81b0bc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ program
program
.command('ignore')
.argument('[dir_path]', 'path to files', '/content')
.argument('[file_path]', 'path for ignore file', '/content/ignore')
.argument('[file_path]', 'path for ignore file', '/content/ignored_languagetool_errors')
.option('-r, --rules "rule1, rule2, ..."', 'languagetools rules', '')
.option('-l, --language <Ru-ru>', 'A language code like en-US, de-DE, fr, or auto to guess the language automatically', 'auto')
.option('-f, --file <wrong_words.txt>', 'Destination', '/content/wrong_words.txt')
.option('-i, --ignore <file_path>', 'Path to file with ignore contexts', '/content/ignore')
.option('-i, --ignore <file_path>', 'Path to file with ignore contexts', '/content/ignored_languagetool_errors')
.action((dirPath = '/content', filePath, options) => {
exec(serverStartCommand, () => setTimeout(async () => {
const rules = options.rules.split(',').map((item) => item.trim()).filter((item) => item);
Expand Down
28 changes: 28 additions & 0 deletions ignore_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,31 @@ linter
тернарника
авторизируют
гитхабе
тест-кейсы
чеклисты
тест-кейса
чеклиста
чеклистами
чеклистов
чек-листом
тест-кейсов
продакшна
баг-репорты
тест-дизайна
баг-репорта
баг-трекера
баг-репортов
версионирования
тест-кейс
тест-кейсе
высоконагруженные
кросс-браузерной
фичи
тест-кейсами
тест-кейсу
чеклисту
чеклист
баг-репорту
баг-репорте
чек-листы
тест-кейсом

0 comments on commit e81b0bc

Please sign in to comment.