From beaaf0ef3db0f018f1828552bcb8a049103597bb Mon Sep 17 00:00:00 2001 From: Adam Tunnic Date: Sun, 7 Feb 2021 01:21:06 -0500 Subject: [PATCH] Create .spellcheck.yaml --- .spellcheck.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .spellcheck.yaml 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