14 lines
310 B
YAML
14 lines
310 B
YAML
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
anchors:
|
|
forbid-undeclared-aliases: true
|
|
forbid-duplicated-anchors: true
|
|
|
|
# 255 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 200
|
|
#level: warning
|