mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/scripts.git
synced 2026-04-24 14:42:19 +08:00
19 lines
342 B
TOML
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"
|
|
]
|