notatio/.trunk/configs/.yamllint.yaml

11 lines
237 B
YAML
Raw Normal View History

2023-11-21 22:04:37 +00:00
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