Skip to content

Commit 1521af7

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 29b0e71 commit 1521af7

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
@@ -275,3 +275,17 @@ extend-exclude = [
275275
"**.po",
276276
"**.pot"
277277
]
278+
279+
[tool.rumdl]
280+
disable = [
281+
# We do not enforce heading
282+
"first-line-heading",
283+
# Avoid length limit checks
284+
"line-length"
285+
]
286+
287+
[tool.rumdl.per-file-ignores]
288+
"README.md" = [
289+
# Allow HTML
290+
"MD033"
291+
]

0 commit comments

Comments
 (0)