weblate-podman-compose/.yamllint.yml

16 lines
296 B
YAML
Raw Permalink Normal View History

2023-06-11 02:31:57 +00:00
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is maintained in https://github.com/WeblateOrg/meta/
#
extends: default
rules:
line-length:
max: 500
level: error
document-start: disable
indentation:
indent-sequences: false