DiscordEventLog/.forgejo/workflows/config/.yamllint

12 lines
149 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:
- line-length:
max: 120
- document-start: disable
- truthy: disable
2023-11-25 05:10:58 -05:00
ignore:
2023-11-25 05:03:40 -05:00
- node_modules/
- __pycache__/