scripts/.rumdl.toml
2026-04-20 08:35:57 +02:00

19 lines
342 B
TOML

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is maintained in https://github.com/WeblateOrg/meta/
[global]
disable = [
# We do not enforce heading
"first-line-heading",
# Avoid length limit checks
"line-length"
]
[per-file-ignores]
"README.md" = [
# Allow HTML
"MD033"
]