We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7af11 commit 0d62da2Copy full SHA for 0d62da2
pyproject.toml
@@ -83,7 +83,14 @@ skip = [
83
# Ignore table where words could be split across rows
84
ignore-regex = '(\|.*\|.*\|.*\||\[[A-Z][a-z]\][a-z][a-z])'
85
ignore-words-list = [
86
- "CrossReference"
+ "CrossReference",
87
+ "ND",
88
+ "MILIARY",
89
+ "Miliary",
90
+ # The two below are from metamodel upstream, should be
91
+ # dropped when upstream is fixed
92
+ "GENERARE",
93
+ "re-used",
94
]
95
quiet-level = 3
96
# https://docs.astral.sh/ruff/settings/
0 commit comments