add hunspell spell checks, fix bugs in generation of plaintext file

This commit is contained in:
Thibault Kruse
2016-05-13 23:14:52 +09:00
parent 0785e0b415
commit 4a4edb5807
4 changed files with 566 additions and 9 deletions

View File

@@ -9,6 +9,11 @@ language: c++
# alternatives: gcc, clang, or both (as yaml list)
compiler: clang
addons:
apt:
packages:
- hunspell
install:
-