aboutsummaryrefslogtreecommitdiff
path: root/spelling/check-spelling.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP setup hunspellEuAndreh2020-02-061-0/+38
|
* Remove spelling/EuAndreh2020-02-051-37/+0
|
* Don't spellcheck pastebinsEuAndreh2020-01-041-1/+1
|
* check-spelling.sh: Hack to allow french wordsEuAndreh2019-12-291-1/+1
|
* spelling/check-spelling.sh: Add fr languageEuAndreh2019-12-291-1/+1
|
* check-spelling.sh: Print only unique entries of unkown wordsEuAndreh2019-11-301-1/+1
|
* Add stateless workstation postEuAndreh2019-06-021-1/+2
|
* Make hunspell call more clearEuAndreh2019-06-011-2/+8
|
* Fix check-spelling.sh linter offensesEuAndreh2019-06-011-5/+6
|
* Move test code out of default.nixEuAndreh2019-06-011-0/+29
- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.