scripts/.yamllint.yml

16 lines
296 B
YAML
Raw Normal View History

2023-01-10 11:25:19 +01:00
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is maintained in https://github.com/WeblateOrg/meta/
#
2020-04-22 12:21:03 +02:00
extends: default
rules:
line-length:
max: 500
level: error
document-start: disable
2022-01-25 09:27:46 +01:00
indentation:
indent-sequences: false