xref: /curl/.github/scripts/yamlcheck.yaml (revision f73f6bf9)
1# Copyright (C) Viktor Szakats
2#
3# SPDX-License-Identifier: curl
4#
5# Docs: https://yamllint.readthedocs.io/en/stable/configuration.html
6
7extends: default
8
9rules:
10  line-length:
11    max: 500
12    level: warning
13
14  braces: disable
15  commas: disable
16  comments: disable
17  document-start: disable
18