DiscordEventLog/.forgejo/workflows/config/.yamllint

13 lines
160 B
Text
Raw Normal View History

2023-11-25 05:01:47 -05:00
extends: default
2023-11-25 17:15:34 -05:00
rules:
2023-11-25 17:18:36 -05:00
line-length:
max: 120
level: warning
document-start: disable
truthy: disable
2023-11-25 17:15:34 -05:00
2023-11-25 05:10:58 -05:00
ignore:
2023-11-25 05:03:40 -05:00
- node_modules/
- __pycache__/