Files
NSPanel_HA_Blueprint/.yamllint/rules.yml
2023-04-20 12:08:16 +02:00

14 lines
309 B
YAML

# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: relaxed
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: 255
level: warning