boma/.yamllint

21 lines
297 B
Text
Raw Normal View History

---
extends: default
rules:
line-length:
max: 120
level: warning
truthy:
allowed-values: ['true', 'false']
check-keys: true
comments:
min-spaces-from-content: 1
braces:
min-spaces-inside: 0
max-spaces-inside: 1
ignore: |
.venv/
.collections/
.scaffold/