Skip to content

Commit 9c9883c

Browse files
committed
ignore escaped
1 parent 071d47c commit 9c9883c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ build-backend = "poetry.core.masonry.api"
5252
skip = '.git,*.pdf,*.svg,*.min.*,search_index.json'
5353
# Ignore table where words could be split across rows, also within HTML for ..</td>
5454
# Ignore shortcut specifications like [Ff]alse
55-
ignore-regex = '(\|.*\|.*\|.*\||[a-z]*\.\.\.</td>|\[[A-Z][a-z]\][a-z][a-z])'
55+
# Ignore escaped characters like \n etc
56+
ignore-regex = '(\|.*\|.*\|.*\||[a-z]*\.\.\.</td>|\[[A-Z][a-z]\][a-z][a-z]|\\[fnrstv])'
5657
# ND,LOD - names/keywords
5758
# ans - variable in JS
5859
# egal - Harmony egal.

0 commit comments

Comments
 (0)