Björn Ritzl
6 months ago
|
@@ -1,10 +1,14 @@
|
|
|
|
+spellchecker: hunspell
|
|
|
|
+
|
|
matrix:
|
|
matrix:
|
|
- name: Markdown
|
|
- name: Markdown
|
|
- hunspell:
|
|
|
|
|
|
+ aspell:
|
|
lang: en
|
|
lang: en
|
|
ignore-case: true
|
|
ignore-case: true
|
|
camel-case: true
|
|
camel-case: true
|
|
run-together: true
|
|
run-together: true
|
|
|
|
+ hunspell:
|
|
|
|
+ d: .wordlist.txt
|
|
dictionary:
|
|
dictionary:
|
|
wordlists:
|
|
wordlists:
|
|
- .wordlist.txt
|
|
- .wordlist.txt
|