summaryrefslogtreecommitdiff
path: root/spelling (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-01Make hunspell call more clearEuAndreh1-2/+8
2019-06-01Fix check-spelling.sh linter offensesEuAndreh1-5/+6
2019-06-01Move test code out of default.nixEuAndreh1-0/+29
- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.
2019-05-22Check spelling with hunspell and fix current errorsEuAndreh4-7/+44
The =sort= command requires $LANG to be set in order to sort consistently acrros environments and OSes. hunspell needs it to properly interpret non-ascii characters from the provided custom dictionaries.
2019-05-22Setup hunspell spellchecking to run against HTML outputEuAndreh1-0/+7