arch-install/.yamllint.yml
2024-06-07 08:49:00 +02:00

17 lines
235 B
YAML

---
extends: default
ignore: |
.github/workflows/main.yml
rules:
braces:
level: warning
max-spaces-inside: 1
line-length: disable
truthy:
allowed-values:
- "yes"
- "true"
- "no"
- "false"