Skip to content

Commit 4c85322

Browse files
committed
ci(linting): Update spellcheck for markdown
Signed-off-by: Anastassios Nanos <ananos@nubificus.co.uk>
1 parent 86ff772 commit 4c85322

File tree

6 files changed

+567
-7
lines changed

6 files changed

+567
-7
lines changed

.github/linters/names.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ananos
2+
Anastassios
3+
Nanos
4+
Mavrikos
5+
Panos
6+
Dimitris
7+
Konstantinos
8+
Ntoutsos
9+
Charalampos
10+
Mainas
11+
Alexandros
12+
Ilias
13+
Lagomatis
14+
Patras

.github/linters/spellcheck.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
matrix:
2+
- name: Markdown
3+
aspell:
4+
lang: en
5+
ignore-case: true
6+
dictionary:
7+
wordlists:
8+
- .github/linters/wordlist.txt
9+
- .github/linters/names.txt
10+
encoding: utf-8
11+
pipeline:
12+
- pyspelling.filters.markdown:
13+
markdown_extensions:
14+
- pymdownx.superfences
15+
- pyspelling.filters.html:
16+
comments: false
17+
ignores:
18+
- code
19+
- pre
20+
- pyspelling.filters.url:
21+
sources:
22+
- '**/*.md'
23+
default_encoding: utf-8

0 commit comments

Comments
 (0)