infrastructure/.yamllint.yml
Jake Howard fa9ed8e328
All checks were successful
/ terraform (push) Successful in 45s
/ ansible (push) Successful in 1m41s
Make sure forgejo capacity is numeric
2025-01-05 21:40:21 +00:00

18 lines
367 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/forgejo_runner/files/config.yml
env
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
max: 160