arch-install/.yamllint.yml
Ariejan de Vroom 8eeb3e77a6
All checks were successful
Lint / Lint (3.11) (push) Successful in 1m50s
Lint / Lint (3.10) (push) Successful in 1m57s
Fix linting stuff
2024-06-07 09:04:58 +02:00

18 lines
235 B
YAML

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