This repository has been archived on 2024-11-12. You can view files and clone it, but cannot push or open issues or pull requests.
iac/.trunk/configs/.yamllint.yaml
Matthew Baggett baf62da1a0
Some checks failed
Trunk Cache / Trunk Cache (push) Failing after 3s
Trunk Check / Trunk Check Runner (push) Failing after 1s
Trunk Upgrade / Upgrade Trunk (push) Failing after 1s
Initial copy-across of some trunk parts
2024-06-27 23:46:10 +02:00

15 lines
350 B
YAML

extends: relaxed
rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|*}"]
empty-values:
forbid-in-block-mappings: false
forbid-in-flow-mappings: false
ignore:
- .github/workflows/*.yml
key-duplicates: {}
octal-values:
forbid-implicit-octal: true
document-start: disable
line-length: disable