shapez.io/.yamllint
Kai Sforza 7c13a03b5c
Fix yaml errors in CI (#757)
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 10:38:02 +02:00

7 lines
110 B
Text

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