18 lines
292 B
YAML
18 lines
292 B
YAML
# Copyright (C) Viktor Szakats
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
#
|
|
# Docs: https://yamllint.readthedocs.io/en/stable/configuration.html
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 500
|
|
level: warning
|
|
|
|
braces: disable
|
|
commas: disable
|
|
comments: disable
|
|
document-start: disable
|