woodpecker/.yamllint.yaml
qwerty287 136f2db55b
Use yamllint (#3066)
To fix issues with yaml sequence merges.
2023-12-29 12:51:02 +01:00

14 lines
272 B
YAML

extends: default
ignore-from-file:
- docs/.gitignore
- docs/plugins/woodpecker-plugins/.gitignore
- .gitignore
- server/store/datastore/migration/testfiles/.gitignore
- web/.gitignore
rules:
line-length: disable
document-start: disable
comments: disable