Files
NSPanel_HA_Blueprint/.yamllint/rules.yml
2023-12-18 15:44:15 +01:00

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