1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/.yamllint
Kai Giokas f25da8acc3 Fix yaml errors in CI
Don't warn on document start (cleanup, no one is using this)

Remove a bunch of trailing spaces and fix some bad indentation in the
pt-PT file.

There are still a bunch of lines that are significantly too long, should
be multiline strings.
2020-10-04 01:45:35 -06:00

8 lines
110 B
Plaintext

extends: default
rules:
line-length:
level: warning
max: 200
document-start: disable