diff --git a/.spellcheck.yaml b/.spellcheck.yaml new file mode 100644 index 00000000..9fe3484e --- /dev/null +++ b/.spellcheck.yaml @@ -0,0 +1,26 @@ +spellchecker: aspell +matrix: +- name: Markdown + aspell: + lang: en + dictionary: + wordlists: + - .github/workflows/gibberish.txt + - .github/workflows/names.txt + encoding: utf-8 + pipeline: + - pyspelling.filters.markdown: + markdown_extensions: + - markdown.extensions.extra: + - pyspelling.filters.html: + comments: true + attributes: + - title + - alt + ignores: + - ':matches(code, pre)' + - 'code' + - 'pre' + sources: + - '**/*.md' + default_encoding: utf-8