Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
carusooo committed Aug 23, 2024
1 parent 555193c commit 8a2af28
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ matrix:
# List of words to ignore
ignore-words:
- Ganymede
# List of patterns to ignore
ignore-regex:
# Locale setting (e.g., en_US for American English)
dictionary:
locale: en_US
# Define custom filters for specific file types
filters:
# Apply a specific filter for .mdx files
mdx:
- markdown:
strip-html: true # Strips HTML tags
strip-raw: true # Strips raw content (e.g., code blocks)
ignore-math: true # Ignores LaTeX/math expressions
pipeline:
- pyspelling.filters.markdown:
strip-html: true
strip-raw: true
ignore-math: true

0 comments on commit 8a2af28

Please sign in to comment.