Skip to content

Commit

Permalink
ignore code in docs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim committed Aug 4, 2023
1 parent 1148710 commit 6ad4525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/config/spellcheck_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ matrix:
# Ignore multiline content between three or more backticks
- open: '(?s)(?P<open>\s*`{3,})\S*\s*$'
close: '(?P=open)$'
# Ignore multiline content fenced by \code ... \endcode
- open: '(?s)^\s*(\\code)'
close: '\\endcode$'
# Ignore content between inline backticks
- open: '(?P<open>`+)'
close: '(?P=open)'
Expand Down

0 comments on commit 6ad4525

Please sign in to comment.