summaryrefslogtreecommitdiff
path: root/.github/spellcheck-settings.yml
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:14:32 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:14:32 +0100
commitca04e222c11b0268208464950d923a1ee880cc61 (patch)
tree17f79af8c803efbd04c10fc352a970f99cdad625 /.github/spellcheck-settings.yml
parentf0b227bc633e3c382069982c940cd433d5dda247 (diff)
rm -rf .github
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
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/**'