DiscordEventLog/.forgejo/workflows/config/.yamllint

12 lines
160 B
Text

extends: default
rules:
line-length:
max: 120
level: warning
document-start: disable
truthy: disable
ignore:
- node_modules/
- __pycache__/