Skip to content

Commit

Permalink
ci(.spellcheck.yaml): Fix ReST code blocks ignore regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Nov 15, 2023
1 parent 24d6590 commit 48c6b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
context_visible_first: true
delimiters:
# ReST code blocks
- open: '^.{2} code-block'
- open: '^.{2}\scode-block'
close: '^[^\s]'
# Manual disabling via: #spellcheck-disable
- open : '^ *<!-- *spellcheck-disable *-->$'
Expand Down

0 comments on commit 48c6b48

Please sign in to comment.