Skip to content

Commit

Permalink
Add new filters to pyspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 7, 2023
1 parent 141191d commit 5765523
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ matrix:
ignores:
- code
- pre
- pyspelling.filters.context:
context_visible_first: true
escapes: \\[\\`~]
delimiters:
- open: '(?s)^(?P<open> *`{3,})$'
close: '^(?P=open)$'
- open: '(?P<open>`+)'
close: '(?P=open)'
- open: '(?P<open># {"+)'
close: '(?P=open)'
- open: '# {'
close: '}'
sources:
- '**/*.md|!resources/references/adr/*|!resources/guidelines/code/core/*'
default_encoding: utf-8

0 comments on commit 5765523

Please sign in to comment.