woodpecker/.yamllint.yaml

14 lines
273 B
YAML
Raw Normal View History

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