Skip to content

Commit

Permalink
Merge pull request #515 from StreamHPC/exclude-rst-code-blocks-fix2
Browse files Browse the repository at this point in the history
ci(.spellcheck.yaml): Fix ReST code blocks ignore regular expression
  • Loading branch information
saadrahim authored Nov 15, 2023
2 parents 24d6590 + 785fc5c commit 5df9eba
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}[ ]+code-block'
close: '^[^\s]'
# Manual disabling via: #spellcheck-disable
- open : '^ *<!-- *spellcheck-disable *-->$'
Expand Down

0 comments on commit 5df9eba

Please sign in to comment.