mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
15 lines
296 B
YAML
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
|