firmware/.trunk/configs/.yamllint.yaml
2023-03-31 12:51:26 +02:00

11 lines
237 B
YAML

rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true