retag-nix-docker-image/.yaml-lint.yml

13 lines
266 B
YAML
Raw Normal View History

2025-01-11 21:39:23 +00:00
# See: https://yamllint.readthedocs.io/en/stable/
rules:
document-end: disable
document-start:
level: warning
present: false
line-length:
level: warning
max: 80
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true