Skip to content

Commit 071d47c

Browse files
committed
more skips
1 parent 717c568 commit 071d47c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ skip = '.git,*.pdf,*.svg,*.min.*,search_index.json'
5454
# Ignore shortcut specifications like [Ff]alse
5555
ignore-regex = '(\|.*\|.*\|.*\||[a-z]*\.\.\.</td>|\[[A-Z][a-z]\][a-z][a-z])'
5656
# ND,LOD - names/keywords
57-
ignore-words-list = 'nd,lod'
57+
# ans - variable in JS
58+
# egal - Harmony egal.
59+
ignore-words-list = 'nd,lod,ans,egal'

0 commit comments

Comments
 (0)