Skip to content

Commit 717c568

Browse files
committed
Ignore abbreviated words before ...</td>
1 parent 1be7c51 commit 717c568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ build-backend = "poetry.core.masonry.api"
5050

5151
[tool.codespell]
5252
skip = '.git,*.pdf,*.svg,*.min.*,search_index.json'
53-
# Ignore table where words could be split across rows
53+
# 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][a-z]\][a-z][a-z])'
55+
ignore-regex = '(\|.*\|.*\|.*\||[a-z]*\.\.\.</td>|\[[A-Z][a-z]\][a-z][a-z])'
5656
# ND,LOD - names/keywords
5757
ignore-words-list = 'nd,lod'

0 commit comments

Comments
 (0)