1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-09 12:11:02 +00:00

use hunspell

This commit is contained in:
Evgeniy Sokolov 2016-01-14 16:22:01 +01:00
parent 7324b7536e
commit 44048e049c

View File

@ -1,8 +1,8 @@
install:
- sudo npm install yaspeller -g
- sudo apt-get install hundspell hunspell-ru hunspell-en-us
script:
- yaspeller .
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
notifications:
email: false