1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00
woodpecker/.yamllint.yaml
2024-12-23 22:31:40 +01:00

15 lines
296 B
YAML

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