Skip to content

Commit 81f334e

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 9fea248 commit 81f334e

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
@@ -167,3 +167,17 @@ sort_inline_arrays = true
167167
sort_inline_tables = true
168168
sort_table_keys = true
169169
spaces_before_inline_comment = 2
170+
171+
[tool.rumdl]
172+
disable = [
173+
# We do not enforce heading
174+
"first-line-heading",
175+
# Avoid length limit checks
176+
"line-length"
177+
]
178+
179+
[tool.rumdl.per-file-ignores]
180+
"README.md" = [
181+
# Allow HTML
182+
"MD033"
183+
]

0 commit comments

Comments
 (0)