github.com/iter8-tools/iter8@v1.1.2/.github/spellcheck.yml (about) 1 matrix: 2 - name: Markdown 3 aspell: 4 lang: en 5 ignore-case: true 6 dictionary: 7 wordlists: 8 - .github/wordlist.txt # <-- put path to custom dictionary file here 9 encoding: utf-8 10 pipeline: 11 - pyspelling.filters.markdown: 12 - pyspelling.filters.html: 13 comments: false 14 ignores: 15 - code 16 - pre 17 sources: 18 - 'docs/**/*.md' 19 - '*.md' 20 default_encoding: utf-8