mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
Create .spellcheck.yaml
This commit is contained in:
parent
92223b267b
commit
beaaf0ef3d
26
.spellcheck.yaml
Normal file
26
.spellcheck.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user