DiscordEventLog/.forgejo/workflows/config/.yamllint
SeaswimmerTheFsh 451f436a58
Some checks failed
Docker Build / Build (push) Successful in 28s
Linter / Lint (3.11) (push) Failing after 42s
linter fixes
2023-11-25 17:15:34 -05:00

11 lines
149 B
Text

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