Skip to content

Commit 6406d7d

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent df529e3 commit 6406d7d

2 files changed

Lines changed: 14 additions & 19 deletions

File tree

.rumdl.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,17 @@ max-complexity = 16
206206
# TODO: all these should be lower (or use defaults)
207207
max-branches = 19
208208
max-public-methods = 41
209+
210+
[tool.rumdl]
211+
disable = [
212+
# We do not enforce heading
213+
"first-line-heading",
214+
# Avoid length limit checks
215+
"line-length"
216+
]
217+
218+
[tool.rumdl.per-file-ignores]
219+
"README.md" = [
220+
# Allow HTML
221+
"MD033"
222+
]

0 commit comments

Comments
 (0)