diff --git a/.github/spellcheck-settings.yml b/.github/spellcheck-settings.yml index 23196598..f9cc6c2e 100644 --- a/.github/spellcheck-settings.yml +++ b/.github/spellcheck-settings.yml @@ -2,25 +2,27 @@ matrix: - name: Markdown expect_match: false apsell: - mode: en + lang: en + d: en_US + ignore-case: true dictionary: wordlists: - .github/wordlist.txt output: wordlist.dic - encoding: utf-8 pipeline: - pyspelling.filters.markdown: markdown_extensions: - markdown.extensions.extra: - pyspelling.filters.html: - comments: true + comments: false attributes: - alt ignores: - ':matches(code, pre)' - - 'code' - - 'pre' - - 'blockquote' + - code + - pre + - blockquote + - img sources: - '*.md' - 'docs/*.md'