infrastructure/.yamllint.yml
Jake Howard e56ffa576f
All checks were successful
/ terraform (push) Successful in 1m2s
/ ansible (push) Successful in 2m32s
Deploy vikunja
2023-09-07 20:18:32 +01:00

19 lines
359 B
YAML

extends: default
ignore: |
ansible/galaxy_roles
ansible/galaxy_collections
ansible/group_vars/all/vps-hosts.yml
ansible/roles/traefik/files/traefik.yml
ansible/roles/nebula/files/nebula.yml
env
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
max: 200