Skip to content

Commit

Permalink
add a spellcheck config and wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashappe committed Sep 5, 2024
1 parent e4997de commit 0b3d2bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- 'docs/**/*.md'
default_encoding: utf-8
Empty file added .wordlist.txt
Empty file.

0 comments on commit 0b3d2bd

Please sign in to comment.