summaryrefslogtreecommitdiff
path: root/.github/spellcheck-settings.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/spellcheck-settings.yml')
-rw-r--r--.github/spellcheck-settings.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/spellcheck-settings.yml b/.github/spellcheck-settings.yml
deleted file mode 100644
index b8ca6cc..0000000
--- a/.github/spellcheck-settings.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-matrix:
-- name: Markdown
- expect_match: false
- apsell:
- lang: en
- d: en_US
- ignore-case: true
- dictionary:
- wordlists:
- - .github/wordlist.txt
- output: wordlist.dic
- pipeline:
- - pyspelling.filters.markdown:
- markdown_extensions:
- - markdown.extensions.extra:
- - pyspelling.filters.html:
- comments: false
- attributes:
- - alt
- ignores:
- - ':matches(code, pre)'
- - code
- - pre
- - blockquote
- - img
- sources:
- - 'README.md'
- - 'FAQ.md'
- - 'docs/**'