Skip to content

Commit

Permalink
use new config
Browse files Browse the repository at this point in the history
  • Loading branch information
carusooo committed Aug 23, 2024
1 parent c709ae6 commit ebee5b7
Showing 1 changed file with 19 additions and 25 deletions.
44 changes: 19 additions & 25 deletions spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# pyspelling.yaml

# The general configuration for pyspelling
matrix:
# Define the name of this check
- name: spellcheck-mdx
# Specify the source files to check (in this case, .mdx files)
sources:
- '**/*.mdx'
# Define the spelling check configuration
aspell:
lang: en
d: en_US
spelling:
# List of words to ignore
ignore-words:
- Ganymede
# Locale setting (e.g., en_US for American English)
dictionary:
locale: en_US
# Define custom filters for specific file types
pipeline:
- pyspelling.filters.markdown:
strip-html: true
strip-raw: true
ignore-math: true
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.mdx'
default_encoding: utf-8

0 comments on commit ebee5b7

Please sign in to comment.